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 | 708ad7d7dbfc8f8d52312c3989f86b183e12af45 (patch) | |
tree | 50400d1eecea4c8bbb85b4a13ca28b5906604b08 /mteval/Jamfile | |
parent | e1cc454db3be1a5eedc3dba7022e813a772696d7 (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 ; |