From 23f2dcec9f1c84d2a1e63f946ca25a508841da0a Mon Sep 17 00:00:00 2001 From: Don Date: Tue, 20 Mar 2018 16:16:29 -0700 Subject: [PATCH] Add ctest config support and enable tests --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5a726a8..8ee0f77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ environment: PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% - VSTEST: OFF + VSTEST: ON matrix: # x86 builds @@ -48,4 +48,4 @@ build_script: - cmake --build . --config %CONFIG% test_script: - - ctest + - ctest -C %CONFIG%