diff --git a/appveyor.yml b/appveyor.yml index e0f415b..93dea6f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,6 +21,8 @@ build: project: $(APPVEYOR_BUILD_FOLDER)\build\$(APPVEYOR_PROJECT_NAME).sln test_script: -- '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe' -- '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe' -- '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe' \ No newline at end of file + - cd '%APPVEYOR_BUILD_FOLDER%\build\Debug + - ctest -VV +# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test_dev.exe' +# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_test.exe' +# - '%APPVEYOR_BUILD_FOLDER%\build\Debug\libfort_example.exe' \ No newline at end of file