summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-09 08:59:46 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-08-09 08:59:46 +0200
commit0f1be95b10de5998b0adb920aab0cc0a95881886 (patch)
treed01e1d49a2abda713cfa7c84223b5ca4ae8b4943
parentfe70d07a0e0669c3273165911d4236f956bb959d (diff)
Seems to work. try all tests
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 662e5c10..f625b384 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -56,7 +56,7 @@ build_script:
- if [%target%]==[Python] (
cd src/cython &
MSBuild Cython.sln /m /p:Configuration=Release /p:Platform=x64 &
- ctest -j 1 -C Release -R test_simplex_tree_py_test -V
+ ctest -j 1 -C Release
) else (
MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 &
ctest -j 1 -C Release -E diff_files