Skip to content

Commit

Permalink
Fix path error in tune_instaces_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Mar 14, 2016
1 parent abb9573 commit 94fbc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lm/interpolate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(EIGEN3_FOUND)
# tune_instances_test needs an extra command line parameter
KenLMAddTest(TEST tune_instances_test
LIBRARIES ${KENLM_INTERPOLATE_LIBS}
TEST_ARGS ${CMAKE_CURRENT_SOURCE_DIR}/tune_instances_data/toy0.1)
TEST_ARGS -- ${CMAKE_CURRENT_SOURCE_DIR}/../common/test_data/toy0.1)

foreach(test_file test1 test2 test3 test_bad_order test_no_unk)
set(KENLM_MERGE_TESTS_PATH ${KENLM_MERGE_TESTS_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/merge_test/${test_file})
Expand Down

0 comments on commit 94fbc88

Please sign in to comment.