File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Include/Tests/BuildsManager Expand file tree Collapse file tree 4 files changed +13
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 55#include " ssLogger/ssLog.hpp"
66
77#define INTERNAL_RUNCPP2_UNDEF_MOCKS 1
8- #include " UnitTests /BuildsManager/MockComponents.hpp"
8+ #include " Tests /BuildsManager/MockComponents.hpp"
99
1010#include < memory>
1111
Original file line number Diff line number Diff line change 1+ add_executable (BuildsManagerTest "${CMAKE_CURRENT_LIST_DIR} /../runcpp2/BuildsManager.cpp"
2+ "${CMAKE_CURRENT_LIST_DIR} /BuildsManagerTest.cpp" )
3+ # "${CMAKE_CURRENT_LIST_DIR}/../Tests/BuildsManager/MockComponents.cpp")
4+
5+ target_include_directories (BuildsManagerTest PRIVATE "${CMAKE_CURRENT_LIST_DIR} /../../Include" )
6+ target_compile_options (BuildsManagerTest PRIVATE "${STANDARD_COMPILE_FLAGS} " )
7+ target_link_libraries (BuildsManagerTest PRIVATE ghc_filesystem CppOverride ssTest ssLogger)
8+ target_compile_definitions (BuildsManagerTest PRIVATE INTERNAL_RUNCPP2_UNIT_TESTS=1)
9+ # set_target_properties(BuildsManagerTest PROPERTIES ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/tests"
10+ # LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/tests"
11+ # RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/tests")
Original file line number Diff line number Diff line change 55#include < cassert>
66
77#if INTERNAL_RUNCPP2_UNIT_TESTS
8- #include " UnitTests /BuildsManager/MockComponents.hpp"
8+ #include " Tests /BuildsManager/MockComponents.hpp"
99#else
1010 #define CO_NO_OVERRIDE 1
1111 #include " CppOverride.hpp"
You can’t perform that action at this time.
0 commit comments