Commit e03392c0331dd2ae74f61cf5d168befa2a0a4444

Authored by Henry Fredrick Schreiner
1 parent 3ef5f21c

Adding single file tests

Showing 1 changed file with 2 additions and 1 deletions
.appveyor.yml
@@ -10,6 +10,7 @@ branches: @@ -10,6 +10,7 @@ branches:
10 10
11 install: 11 install:
12 - set PATH=C:\Python36;%PATH% 12 - set PATH=C:\Python36;%PATH%
  13 + - cmake --version
13 14
14 before_build: 15 before_build:
15 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 16 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
@@ -17,7 +18,7 @@ before_build: @@ -17,7 +18,7 @@ before_build:
17 build_script: 18 build_script:
18 - mkdir build 19 - mkdir build
19 - cd build 20 - cd build
20 - - cmake .. 21 + - cmake .. -DCLI_SINGLE_FILE_TESTS=ON
21 - cmake --build . 22 - cmake --build .
22 23
23 test_script: 24 test_script: