diff --git a/CMakeLists.txt b/CMakeLists.txt index a52176437..991c6a92a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -327,7 +327,6 @@ if(BUSTED_EXECUTABLE) ${BUSTED_EXECUTABLE} "--lpath=${CMAKE_BINARY_DIR}/lib/?.lua;${CMAKE_BINARY_DIR}/lib/?/init.lua;spec/?.lua" WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} VERBATIM) - add_custom_target(test DEPENDS check) endif() # }}}