We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54af655 commit 9b127a5Copy full SHA for 9b127a5
CMakeLists.txt
@@ -10,6 +10,7 @@ target_include_directories(Catch INTERFACE ${CATCH_INCLUDE_DIR})
10
# Make test executable
11
set(TEST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/tests/main.cpp
12
${CMAKE_CURRENT_SOURCE_DIR}/tests/constructors.cpp
13
+ ${CMAKE_CURRENT_SOURCE_DIR}/tests/call.cpp
14
${CMAKE_CURRENT_SOURCE_DIR}/tests/assignment.cpp)
15
16
add_executable(tests ${TEST_SOURCES})
0 commit comments