Skip to content

Commit

Permalink
updated test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tobscher committed Apr 10, 2015
1 parent 4772cdd commit 6bed99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Expand Up @@ -13,4 +13,4 @@ INCLUDE_DIRECTORIES(
"${MAINFOLDER}/src"
)

ADD_CUSTOM_TARGET(check ALL "${MAINFOLDER}/bin/${test_BIN}" DEPENDS ${test_BIN} COMMENT "Executing unit tests..." VERBATIM SOURCES ${test_SRCS})
ADD_CUSTOM_TARGET(check ALL ${test_BIN} DEPENDS ${test_BIN} COMMENT "Executing unit tests..." VERBATIM SOURCES ${test_SRCS})

0 comments on commit 6bed99f

Please sign in to comment.