Add test flags to blackbox testing

This commit is contained in:
2024-01-30 11:52:12 -08:00
parent bd39e9f654
commit 023e0caa8f

View File

@@ -112,6 +112,7 @@ foreach(TEST ${CORPUS_TESTS})
endforeach()
add_executable(driver TestDriver.cpp)
target_compile_options(driver PRIVATE ${TEST_FLAGS})
target_link_libraries(driver PRIVATE ${PROJECT_NAME})
find_program(VALGRIND_EXE valgrind)