If wintest.bat is run from srcdir, cd test/default

This commit is contained in:
Frank Denis
2013-10-21 20:07:05 -07:00
parent 4008deed8b
commit 21f5f9790f
+5 -2
View File
@@ -6,8 +6,11 @@ if "%1" == "" (
)
if not exist sodium_version.c (
echo "Are you on the right path?" %CD%
goto :END
CD test\default
if not exist sodium_version.c (
echo "Are you on the right path?" %CD%
goto :END
)
)
if "%2" == "x64" (SET ARCH=x64) else (SET ARCH=Win32)