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>2012-09-18 17:06:03 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-09-18 17:06:03 +0400
commit7174751e5443c5381539c3ca44eb90fbe526ed3a (patch)
tree0f1fc0cce8b680d1f684feb0c809c265d49229b0 /regression-testing
parentd51a61eeee1c26a29866e76d89e2f16ca8f09384 (diff)
disable broken tests - 2nd attempt
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/Jamfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index efedbfaa6..61157eaf3 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -30,7 +30,7 @@ if $(with-regtest) {
actions reg_test_score {
$(TOP)/regression-testing/run-test-scorer.perl --scorer=$(>) --test=$(<:B) --data-dir=$(with-regtest) --test-dir=$(test-dir) && touch $(<)
}
- reg_test score : [ glob $(test-dir)/score.* ] : ../phrase-extract//score : @reg_test_score ;
+ reg_test score : [ glob $(test-dir)/score.* : $(test-dir)/score.phrase-based-with-alignment-inv $(test-dir)/score.phrase-based-inv $(test-dir)/score.phrase-based-with-alignment $(test-dir)/score.phrase-based ] : ../phrase-extract//score : @reg_test_score ;
actions reg_test_extract {
$(TOP)/regression-testing/run-test-extract.perl --extractor=$(>) --test=$(<:B) --data-dir=$(with-regtest) --test-dir=$(test-dir) && touch $(<)
@@ -49,5 +49,5 @@ if $(with-regtest) {
}
reg_test mert : [ glob $(test-dir)/mert.* ] : ../mert//mert : @reg_test_mert ;
- alias all : phrase chart mert extract extractrules ;
+ alias all : phrase chart mert score extract extractrules ;
}