aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6dc12b4..0ecda2a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,3 +8,6 @@ before_build:
build_script:
- cmake --build . --config %CONFIGURATION%
+
+test_script:
+ - ctest --build-config %CONFIGURATION%