2024-10-24 14:48:55 +00:00
|
|
|
find_package(Catch2 3 REQUIRED)
|
|
|
|
|
2024-10-24 01:25:45 +00:00
|
|
|
add_executable(filetape_tests ${PROJECT_SOURCE_DIR}/tests/filetape_tests.cpp)
|
|
|
|
target_link_libraries(filetape_tests PRIVATE tapelib)
|
2024-10-24 14:48:55 +00:00
|
|
|
target_link_libraries(filetape_tests PRIVATE Catch2::Catch2WithMain)
|
2024-10-24 01:25:45 +00:00
|
|
|
|
|
|
|
add_test(filetape_tests filetape_tests)
|