File: README

package info (click to toggle)
mir 2.20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,636 kB
  • sloc: cpp: 174,574; xml: 13,422; ansic: 8,221; python: 1,337; sh: 874; makefile: 216; javascript: 37
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Binary Test Data
================

This directory contains files for testing our shared library loading code.

The lib$ARCH.so files are minimal valid ELF objects of the appropriate architectures,
generated by running (on the relevant architecture, ARCH):

  * touch foo.cpp
  * gcc -o lib$ARCH.so -shared foo.cpp

These binary objects are then stored in bzr.