removed testing
This commit is contained in:
@@ -16,11 +16,11 @@ set( CMAKE_COLOR_DIAGNOSTICS ON)
|
||||
|
||||
set( CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
include(CTest)
|
||||
enable_testing()
|
||||
#include(CTest)
|
||||
#enable_testing()
|
||||
|
||||
|
||||
add_subdirectory(source)
|
||||
add_subdirectory(testing)
|
||||
#add_subdirectory(testing)
|
||||
|
||||
add_test(testing "${CMAKE_SOURCE_DIR}/bin/Debug/testing.exe")
|
||||
#add_test(testing "${CMAKE_SOURCE_DIR}/bin/Debug/testing.exe")
|
||||
|
||||
Reference in New Issue
Block a user