Skip to content

Commit

Permalink
Correct location of test data
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Nov 28, 2023
1 parent 2ac27b1 commit d990193
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ANode/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ if (ENABLE_ALL_TESTS)
performance
nightly
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/test/data/single_defs/mega.def
${CMAKE_CURRENT_SOURCE_DIR}/parser/test/data/single_defs/mega.def
SOURCES
${test_srcs}
LIBS
Expand All @@ -367,8 +367,9 @@ if (ENABLE_ALL_TESTS)
perf_aparser_only
LABELS
performance
nightly
ARGS
${CMAKE_CURRENT_SOURCE_DIR}/test/data/single_defs/mega.def
${CMAKE_CURRENT_SOURCE_DIR}/parser/test/data/single_defs/mega.def
SOURCES
${test_srcs}
LIBS
Expand Down

0 comments on commit d990193

Please sign in to comment.