mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Tell people that we are running the test suite.
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user