From 0f1be95b10de5998b0adb920aab0cc0a95881886 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 9 Aug 2019 08:59:46 +0200 Subject: Seems to work. try all tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') 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 -- cgit v1.2.3