Appveyor: Run tests from already-built test binaries

This commit is contained in:
Dr. Chat
2016-06-12 16:44:59 -05:00
parent 7ef7cc39f5
commit 61cfc787f2

View File

@@ -99,7 +99,7 @@ after_test:
# to run your custom scripts instead of automatic tests # to run your custom scripts instead of automatic tests
test_script: test_script:
- cmd: xb.bat test - cmd: xb.bat test --config=release --no_build
# to disable automatic tests # to disable automatic tests
#test: off #test: off