diff options
Diffstat (limited to 'tests/test.bat')
-rw-r--r-- | tests/test.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.bat b/tests/test.bat index b8156ad..1acfe32 100644 --- a/tests/test.bat +++ b/tests/test.bat @@ -1,5 +1,5 @@ @echo off pushd "%~dp0" -cl /nologo test.c -test +cl /nologo tests.c +tests.exe popd |