Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Haddow <barry.haddow@gmail.com>2015-05-13 13:40:49 +0300
committerBarry Haddow <barry.haddow@gmail.com>2015-05-13 13:40:49 +0300
commite47e6c0200bf12f93198594abda128c33e5128c9 (patch)
tree62b7eab638dffba6562543f67b8c83de23b914f1 /regression-testing
parent89b364bbf0971c67c952b5953224f3e46c568d7b (diff)
dependency on hgdecode
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index b2ba7cce1..3f07744c6 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -47,7 +47,7 @@ if $(with-regtest) {
actions reg_test_mert {
$(TOP)/regression-testing/run-test-mert.perl --test=$(<:B) --data-dir=$(with-regtest) --test-dir=$(test-dir) --bin-dir=$(pwd)/$(>:D) && touch $(<)
}
- reg_test mert : [ glob $(test-dir)/mert.* ] : ../mert//mert ../mert//extractor ../mert//pro : @reg_test_mert ;
+ reg_test mert : [ glob $(test-dir)/mert.* ] : ../mert//mert ../mert//extractor ../mert//pro ../mert//hgdecode : @reg_test_mert ;
actions reg_test_misc {
$(TOP)/regression-testing/run-test-misc.perl --moses-root=$(TOP) --moses-bin=$(BINDIR) --test=$(<:B) --data-dir=$(with-regtest) --test-dir=$(test-dir) && touch $(<)