diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /unittests/autotestscripts/filecompare_tests.cfg | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
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 + + + + + |