diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 96410fc..2821c8d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -30,9 +30,6 @@ include(GoogleTest) gtest_discover_tests(run_tests run_tests) - - - add_executable(blackScholesModelTest ../test/test_blackScholesModel.cpp) # Link the test executable against Google Test