xo-unit: build: retire mpl-style unit tests (to drop xo-reflect dep)
This commit is contained in:
parent
5c11b8a636
commit
0e142967fe
1 changed files with 4 additions and 4 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
set(SELF_EXECUTABLE_NAME utest.unit)
|
||||
set(SELF_SOURCE_FILES
|
||||
unit_utest_main.cpp
|
||||
mpl_unit.test.cpp
|
||||
unit.test.cpp quantity.test.cpp)
|
||||
unit_utest_main.cpp #mpl_unit.test.cpp
|
||||
unit.test.cpp #quantity.test.cpp
|
||||
)
|
||||
|
||||
add_executable(${SELF_EXECUTABLE_NAME} ${SELF_SOURCE_FILES})
|
||||
xo_include_options2(${SELF_EXECUTABLE_NAME})
|
||||
|
|
@ -16,7 +16,7 @@ target_code_coverage(${SELF_EXECUTABLE_NAME} AUTO ALL)
|
|||
# internal dependencies: logutil, ...
|
||||
|
||||
xo_self_dependency(${SELF_EXECUTABLE_NAME} xo_unit)
|
||||
xo_dependency(${SELF_EXECUTABLE_NAME} reflect)
|
||||
#xo_dependency(${SELF_EXECUTABLE_NAME} reflect)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# 3rd party dependency: catch2:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue