mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-15 21:26:57 +00:00
1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user