diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-05-11 20:31:57 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-05-11 20:31:57 -0400 |
commit | 5d2d8752f03934acb61dc9ca826563900d413e44 (patch) | |
tree | f16863dfe3df191193a221b99ae96be58d4611cc /mteval/Jamfile | |
parent | 45a28264df3f1347eba603ee0758e5d7f063c327 (diff) |
Fix relative paths in tests.
Diffstat (limited to 'mteval/Jamfile')
-rw-r--r-- | mteval/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mteval/Jamfile b/mteval/Jamfile index f671134a..24a95e8f 100644 --- a/mteval/Jamfile +++ b/mteval/Jamfile @@ -5,4 +5,4 @@ exe fast_score : fast_score.cc mteval ..//utils ..//boost_program_options ; exe mbr_kbest : mbr_kbest.cc mteval ..//utils ..//boost_program_options ; alias programs : fast_score mbr_kbest ; -unit-test scorer_test : scorer_test.cc mteval ..//utils ..//z ..//boost_unit_test_framework ; +unit-test scorer_test : scorer_test.cc mteval ..//utils ..//z ..//boost_unit_test_framework : <testing.arg>$(TOP)/mteval/test_data ; |