Pierre Muller 9293ae5778 Check TEST_FPC environment variable before PP for ppu recompilation trouble check of fix for bug report 41457 3 settimane fa
..
bug41291 ef37f67749 tests: ppus: test for bug 41291 2 mesi fa
bug41457 efcfa3ce1e tests: added test for bug 41457 3 settimane fa
changeinlinebody dd5c25c2bc Update FreeBSD/PowerPC64 context mappings. 2 mesi fa
changeinner1 1d73f6ec04 test: ppus: test compile when unit changed 2 mesi fa
changeleaf1 1d73f6ec04 test: ppus: test compile when unit changed 2 mesi fa
cycle2_changeb 8074b6cb52 tests: ppus: recompile cycle when deepest unit change 1 settimana fa
cycle3_changec 8074b6cb52 tests: ppus: recompile cycle when deepest unit change 1 settimana fa
cycleimpl3_changec a4a17efd4f tests: ppus: impl cycle 3units, change deepest 1 settimana fa
generic_indirectuses 4f9242758f tests: ppus: generic in indirect uses change 1 settimana fa
implinline1 ef37f67749 tests: ppus: test for bug 41291 2 mesi fa
implinline2 ef37f67749 tests: ppus: test for bug 41291 2 mesi fa
implinline3 1d73f6ec04 test: ppus: test compile when unit changed 2 mesi fa
twounits 6277cedc95 tests: started test suite for compiling and using ppus 2 mesi fa
.gitignore 6277cedc95 tests: started test suite for compiling and using ppus 2 mesi fa
readme.txt d8d6c7958f Mass trailing space removal for tests. 1 mese fa
tcrecompile.pas 9293ae5778 Check TEST_FPC environment variable before PP for ppu recompilation trouble check of fix for bug report 41457 3 giorni fa
testppu.lpi 6277cedc95 tests: started test suite for compiling and using ppus 2 mesi fa
testppu.lpr 6277cedc95 tests: started test suite for compiling and using ppus 2 mesi fa
tstppuutils.pas 6277cedc95 tests: started test suite for compiling and using ppus 2 mesi fa

readme.txt

Test suite for running the compiler, building ppus, running again, checking what ppus were build.

How to use:
- Compile the compiler, for example via ../../compiler/ppcx64.lpi, creating ../../compiler/x86_64/pp
- Compile this testsuite testppu.lpi
- Run this testsuite:
Set environment variable PP to the compiler and run all tests:
PP=../../compiler/x86_64/pp ./testppu

Or run a single test:

PP=../../compiler/x86_64/pp ./testppu --suite=TestImplInline1