diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-05-20 13:32:39 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-05-20 13:32:39 -0400 |
commit | bc52c53ec2872a0e41b830308f11400d77b38e76 (patch) | |
tree | c91455707a0af6dce1148dacecbb251e101f093d /training/Jamfile | |
parent | a70d6d3ed83a32d3cdf4bcb36a087426a4ed2c31 (diff) |
Rename decoder library, assimilate mira directory
Diffstat (limited to 'training/Jamfile')
-rw-r--r-- | training/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/Jamfile b/training/Jamfile index b28a13e3..073451fa 100644 --- a/training/Jamfile +++ b/training/Jamfile @@ -19,7 +19,7 @@ lib training : exe model1 : model1.cc : <include>../decoder ; -# // all_tests [ glob *_test.cc ] : cdec_lib : <testing.arg>$(TOP)/decoder/test_data ; +# // all_tests [ glob *_test.cc ] : ..//decoder : <testing.arg>$(TOP)/decoder/test_data ; alias programs : model1 ; |