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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-10-08 20:46:17 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-10-08 20:46:17 +0400
commitd56f815ba98ace702420db7a40c7f9a03ef7fd2c (patch)
tree3b95330417808e38369c236cf41a19a48842e4b9 /regression-testing
parent80768667280803379f2db32386616e2fcfa9b5ff (diff)
parent2aa10c3012328d8fd66ceee26c25e3d8771f9f31 (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder
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 a27908e4c..998e46317 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 : @reg_test_mert ;
+ reg_test mert : [ glob $(test-dir)/mert.* ] : ../mert//mert ../mert//extractor ../mert//pro : @reg_test_mert ;
alias all : phrase chart mert score extract extractrules ;
}