readme.txt 465 B

12345678910111213
  1. Test suite for running the compiler, building ppus, running again, checking what ppus were build.
  2. How to use:
  3. - Compile the compiler, for example via ../../compiler/ppcx64.lpi, creating ../../compiler/x86_64/pp
  4. - Compile this testsuite testppu.lpi
  5. - Run this testsuite:
  6. Set environment variable PP to the compiler and run all tests:
  7. PP=../../compiler/x86_64/pp ./testppu
  8. Or run a single test:
  9. PP=../../compiler/x86_64/pp ./testppu --suite=TestImplInline1