blob: 70c7ddf2888cc82a775f347f830b6a39a406e3cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lm/Jamfile.orig 2014-03-03 19:07:02.000000000 +0400
+++ lm/Jamfile 2014-09-02 16:09:24.000000000 +0400
@@ -17,8 +17,6 @@
import testing ;
-run left_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ;
-run model_test.cc kenlm /top//boost_unit_test_framework : : test.arpa test_nounk.arpa ;
run partial_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ;
exes = ;
|