diff options
Diffstat (limited to 'unittests/autotestscripts/filecompare_tests.cfg')
| -rw-r--r-- | unittests/autotestscripts/filecompare_tests.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unittests/autotestscripts/filecompare_tests.cfg b/unittests/autotestscripts/filecompare_tests.cfg new file mode 100644 index 0000000..4f4cda6 --- /dev/null +++ b/unittests/autotestscripts/filecompare_tests.cfg @@ -0,0 +1,16 @@ +// this config file defines all unit tests which are run by running a program and comparing its output to reference output +// which is checked in in the directory src/unittests/autotestscripts/reference_output + +// the format of entries is TESTNAME,OUTPUTFILE,COMMAND-LINE-TO-EXECUTE +// if the OUTPUTFILE part is blank, it assumes the test is meant to compare the output of stdio + +file_size_monitor,,perl subtests/file_size_monitor.pl +testprocess,,..\testprocess\testprocess -message "testprocess autotest1" +vtex,gwolf.vtf,vtex -outdir . -nopause -nop4 -crcforce datafiles\gwolf.tga +rt_test,,..\rt_test\rt_test ..\rt_test\gwolf.tga test 1024 1024 +// mathlib_test,,..\mathlib_test\mathlib_test + + + + + |