diff options
Diffstat (limited to 'tests/test.bat')
-rw-r--r-- | tests/test.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.bat b/tests/test.bat new file mode 100644 index 0000000..b8156ad --- /dev/null +++ b/tests/test.bat @@ -0,0 +1,5 @@ +@echo off +pushd "%~dp0" +cl /nologo test.c +test +popd |