Skip to content

Commit 0a9d210

Browse files
committed
Add unit tests for all expression tree functions.
1 parent 613592e commit 0a9d210

File tree

3 files changed

+2040
-146
lines changed

3 files changed

+2040
-146
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,12 @@ add_executable(projectM_EvalLib_Test
1010
TreeFunctionsTest.cpp
1111
)
1212

13-
1413
target_link_libraries(projectM_EvalLib_Test
1514
PRIVATE
1615
projectM::Eval
1716
GTest::gtest_main
1817
)
1918

20-
target_include_directories(projectM_EvalLib_Test
21-
PRIVATE
22-
${CMAKE_SOURCE_DIR}/SimpleCompiler
23-
)
24-
2519
target_compile_definitions(projectM_EvalLib_Test
2620
PRIVATE
2721
PROJECTM_TEST_DATA_DIR="${CMAKE_CURRENT_LIST_DIR}/data"

0 commit comments

Comments
 (0)