Skip to content

Commit

Permalink
fix cmake lists to still compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia S.Simon committed Sep 29, 2014
1 parent eece933 commit 70bab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(${CMAKE_HOME_DIRECTORY}/biicode.cmake)
# Initializes block variables
INIT_BIICODE_BLOCK()

if (DEFINED ${BII_tests_mili_test_suite_MAIN})
if (BII_tests_mili_test_suite_MAIN)
SET(TEST_FILES tests/arith-utils_tests.cpp
tests/auto_array_test.cpp
tests/binary-streams_test.cpp
Expand Down

0 comments on commit 70bab53

Please sign in to comment.