You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
697 B
16 lines
697 B
// 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 |
|
|
|
|
|
|
|
|
|
|
|
|