OSDN Git Service

Add Testing/Data/Compare/Dir?/file123_0x00-0xff.txt
[winmerge-jp/winmerge-jp.git] / BuildAll.vs2017.cmd
index 596fd78..6d4143d 100644 (file)
@@ -1,5 +1,9 @@
-cd /d "%~dp0"
-call BuildManual.cmd
-call BuildBin.vs2017.cmd
-call BuildInstaller.cmd
-call BuildArc.cmd
+pushd "%~dp0"
+call BuildManual.cmd || goto :eof
+call BuildBin.vs2017.cmd %1 %2 || goto :eof
+pushd Testing\GoogleTest\UnitTests
+UnitTests.exe || goto :eof
+popd
+call BuildInstaller.cmd %1 %2
+call BuildArc.cmd %1 %2
+popd