Tell people that we are running the test suite.

This commit is contained in:
Frank Denis
2013-10-21 20:11:56 -07:00
parent b1cd4d8cf0
commit d29dcf44ca
+1
View File
@@ -37,6 +37,7 @@ goto :END
SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT= SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
goto :COMPILE goto :COMPILE
:COMPILE :COMPILE
echo Running the test suite:
FOR %%f in (*.c) DO ( FOR %%f in (*.c) DO (
cl %CFLAGS% %%f %LDFLAGS% /OUT:%%f.exe > NUL 2>&1 cl %CFLAGS% %%f %LDFLAGS% /OUT:%%f.exe > NUL 2>&1
if not exist %%f.exe ( if not exist %%f.exe (