Adapt Yield Curve and Volatility Surface and Market Data, to be better compatible with unit test.
Some checks failed
C++ CI / build (push) Has been cancelled
Some checks failed
C++ CI / build (push) Has been cancelled
This commit is contained in:
@@ -24,9 +24,8 @@ FetchContent_MakeAvailable(googletest)
|
||||
add_executable(qengine_tests
|
||||
tests/test_black_scholes.cpp
|
||||
tests/stubs/FlatYieldCurve.cpp
|
||||
tests/stubs/FlatVolatilitySurface.cpp
|
||||
tests/stubs/FakeMarketData.cpp)
|
||||
tests/stubs/FlatVolatilitySurface.cpp)
|
||||
|
||||
target_link_libraries(qengine_tests qengine GTest::gtest_main)
|
||||
include(GoogleTest)
|
||||
gtest_discover_tests(qengine_tests)
|
||||
gtest_discover_tests(qengine_tests)
|
||||
|
||||
Reference in New Issue
Block a user