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 | dcbf1cd5808fb33365d739d35dbf87f036f4a999 (patch) | |
tree | de8d888165350272a30a34eff8853ab7d2d21a1b /training | |
parent | 05b86961fa7e04d47cf729ea27e27c527f895da0 (diff) |
Rename decoder library, assimilate mira directory
Diffstat (limited to 'training')
-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 ; |