add_executable(filetape_tests ${PROJECT_SOURCE_DIR}/tests/filetape_tests.cpp) target_link_libraries(filetape_tests PRIVATE tapelib) add_test(filetape_tests filetape_tests)