diff options
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 ; |