~mir-team/mir/touch-stream-rewriter

« back to all changes in this revision

Viewing changes to tests/unit-tests/test_data/README

  • Committer: Tarmac
  • Author(s): Christopher James Halse Rogers
  • Date: 2015-05-21 21:13:45 UTC
  • mfrom: (2592.1.1 trunk)
  • Revision ID: tarmac-20150521211345-oraw6oso7zycqqxz
Document how to generate the lib$ARCH.so test data files in unit-tests/test_data.

Approved by PS Jenkins bot, Kevin DuBois, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Binary Test Data
 
2
================
 
3
 
 
4
This directory contains files for testing our shared library loading code.
 
5
 
 
6
The lib$ARCH.so files are minimal valid ELF objects of the appropriate architectures,
 
7
generated by running (on the relevant architecture, ARCH):
 
8
 
 
9
  * touch foo.cpp
 
10
  * gcc -o lib$ARCH.so -shared foo.cpp
 
11
 
 
12
These binary objects are then stored in bzr.