Add common-tests and rectangle class tests
This commit is contained in:
5
src/common-tests/CMakeLists.txt
Normal file
5
src/common-tests/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_executable(common-tests
|
||||
rectangle_tests.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(common-tests PRIVATE common gtest gtest_main)
|
||||
Reference in New Issue
Block a user