Curtis Hamilton dd5c25c2bc Update FreeBSD/PowerPC64 context mappings. 1 месяц назад
..
bug41291 ef37f67749 tests: ppus: test for bug 41291 1 месяц назад
changeinlinebody dd5c25c2bc Update FreeBSD/PowerPC64 context mappings. 1 месяц назад
changeinner1 1d73f6ec04 test: ppus: test compile when unit changed 1 месяц назад
changeleaf1 1d73f6ec04 test: ppus: test compile when unit changed 1 месяц назад
implinline1 ef37f67749 tests: ppus: test for bug 41291 1 месяц назад
implinline2 ef37f67749 tests: ppus: test for bug 41291 1 месяц назад
implinline3 1d73f6ec04 test: ppus: test compile when unit changed 1 месяц назад
twounits 6277cedc95 tests: started test suite for compiling and using ppus 1 месяц назад
.gitignore 6277cedc95 tests: started test suite for compiling and using ppus 1 месяц назад
readme.txt 70cf80323c test: tppu: added readme 1 месяц назад
tcrecompile.pas dd5c25c2bc Update FreeBSD/PowerPC64 context mappings. 1 месяц назад
testppu.lpi 6277cedc95 tests: started test suite for compiling and using ppus 1 месяц назад
testppu.lpr 6277cedc95 tests: started test suite for compiling and using ppus 1 месяц назад
tstppuutils.pas 6277cedc95 tests: started test suite for compiling and using ppus 1 месяц назад

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