xo-expression2: + StringTable + utest [WIP] [FAILING]
This commit is contained in:
parent
f16e701a40
commit
27e255f574
8 changed files with 388 additions and 1 deletions
11
xo-expression2/utest/CMakeLists.txt
Normal file
11
xo-expression2/utest/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# built unittest xo-expression2/utest
|
||||
|
||||
set(UTEST_EXE utest.expression2)
|
||||
set(UTEST_SRCS
|
||||
expression2_utest_main.cpp
|
||||
StringTable.test.cpp
|
||||
)
|
||||
|
||||
xo_add_utest_executable(${UTEST_EXE} ${UTEST_SRCS})
|
||||
xo_self_dependency(${UTEST_EXE} xo_expression2)
|
||||
xo_external_target_dependency(${UTEST_EXE} Catch2 Catch2::Catch2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue