Skip to content

Commit 9b127a5

Browse files
author
Simon Brand
committed
Call tests
1 parent 54af655 commit 9b127a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ target_include_directories(Catch INTERFACE ${CATCH_INCLUDE_DIR})
1010
# Make test executable
1111
set(TEST_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/tests/main.cpp
1212
${CMAKE_CURRENT_SOURCE_DIR}/tests/constructors.cpp
13+
${CMAKE_CURRENT_SOURCE_DIR}/tests/call.cpp
1314
${CMAKE_CURRENT_SOURCE_DIR}/tests/assignment.cpp)
1415

1516
add_executable(tests ${TEST_SOURCES})

0 commit comments

Comments
 (0)