Skip to content

Commit

Permalink
Check the variable correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Mar 30, 2018
1 parent fbb9689 commit 7cda940
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/CMakeLists.txt
Expand Up @@ -5,10 +5,11 @@ set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${CMAKE_CURRE

set(SKIP_TESTS)

if(DEFINED $ENV{APPVEYOR})
if(DEFINED ENV{APPVEYOR})
list(APPEND SKIP_TESTS
pass-basic
pass-simple
pass-simplecustomname
pass-simplenamespace
pass-simple-test
)
endif()
Expand Down

0 comments on commit 7cda940

Please sign in to comment.