Skip to content

Commit

Permalink
run python tests only when bindings are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 10, 2012
1 parent 2d473c5 commit c65df29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/CMakeLists.txt
Expand Up @@ -3,5 +3,7 @@ IF (ENABLE_TESTS)
ADD_SUBDIRECTORY(gui)
ADD_SUBDIRECTORY(analysis)
ADD_SUBDIRECTORY(providers)
ADD_SUBDIRECTORY(python)
IF (WITH_BINDINGS)
ADD_SUBDIRECTORY(python)
ENDIF (WITH_BINDINGS)
ENDIF (ENABLE_TESTS)

0 comments on commit c65df29

Please sign in to comment.