Margers d8d6c7958f Mass trailing space removal for tests. vor 3 Wochen
..
bug41291 ef37f67749 tests: ppus: test for bug 41291 vor 1 Monat
changeinlinebody 7c9082f8d5 tests: ppus: added test for recompile needed when the body of an inline function changed vor 3 Wochen
changeinner1 1d73f6ec04 test: ppus: test compile when unit changed vor 1 Monat
changeleaf1 1d73f6ec04 test: ppus: test compile when unit changed vor 1 Monat
implinline1 ef37f67749 tests: ppus: test for bug 41291 vor 1 Monat
implinline2 ef37f67749 tests: ppus: test for bug 41291 vor 1 Monat
implinline3 1d73f6ec04 test: ppus: test compile when unit changed vor 1 Monat
twounits 6277cedc95 tests: started test suite for compiling and using ppus vor 1 Monat
.gitignore 6277cedc95 tests: started test suite for compiling and using ppus vor 1 Monat
readme.txt d8d6c7958f Mass trailing space removal for tests. vor 1 Woche
tcrecompile.pas d4fee76b14 tests: ppus: change file dates of changed source files vor 3 Wochen
testppu.lpi 6277cedc95 tests: started test suite for compiling and using ppus vor 1 Monat
testppu.lpr 6277cedc95 tests: started test suite for compiling and using ppus vor 1 Monat
tstppuutils.pas 6277cedc95 tests: started test suite for compiling and using ppus vor 1 Monat

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