feat: add quiz 2 counter.
This commit is contained in:
10
counter/tests/CMakeLists.txt
Normal file
10
counter/tests/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
enable_testing()
|
||||
|
||||
aux_source_directory(${CMAKE_CURRENT_SOURCE_DIR} TEST_SRC)
|
||||
|
||||
add_executable(
|
||||
counter_tests
|
||||
${TEST_SRC}
|
||||
)
|
||||
|
||||
target_link_libraries(counter_tests GTest::gtest_main libcount)
|
0
counter/tests/smoke-tests.cpp
Normal file
0
counter/tests/smoke-tests.cpp
Normal file
Reference in New Issue
Block a user