From f0c441e446f5c9e4411f4d0457d4d617714356f7 Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Wed, 25 Mar 2015 15:54:03 +0100 Subject: [PATCH] added tasks_cpp to windows test batch file --- scripts/run_tests_windows.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/run_tests_windows.bat b/scripts/run_tests_windows.bat index 69dffb1..1621f08 100644 --- a/scripts/run_tests_windows.bat +++ b/scripts/run_tests_windows.bat @@ -40,6 +40,9 @@ echo. "%DIR:~0,-1%\embb_mtapi_cpp_test.exe" if not !ERRORLEVEL! ==0 set /a NUM_ERRORS=!NUM_ERRORS!+1 echo. +"%DIR:~0,-1%\embb_tasks_cpp_test.exe" +if not !ERRORLEVEL! ==0 set /a NUM_ERRORS=!NUM_ERRORS!+1 +echo. "%DIR:~0,-1%\embb_algorithms_cpp_test.exe" if not !ERRORLEVEL! ==0 set /a NUM_ERRORS=!NUM_ERRORS!+1 echo. -- libgit2 0.26.0