File: README

package info (click to toggle)
mir 2.25.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,080 kB
  • sloc: cpp: 192,777; xml: 13,784; ansic: 8,207; python: 1,304; sh: 794; makefile: 258
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (3)
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.