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-05-21 15:36:29 +0400
committerBarry Haddow <barry.haddow@gmail.com>2012-05-21 15:36:29 +0400
commit57a0d5ff274fbdc93092ed7146efc813eb8db23d (patch)
treebe92ae22a00bc9c40c6d2d771deaab3b7161f5ff /regression-testing
parent99c1d2b8aabe71142775105cd908218a61f31227 (diff)
fix for new location of reg tests
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 0c00b516e..7fc98bd14 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -2,7 +2,7 @@ import option ;
with-regtest = [ option.get "with-regtest" ] ;
if $(with-regtest) {
- path-constant TESTS : tests ;
+ path-constant TESTS : $(with-regtest)/tests ;
rule reg_test ( name : tests * : program : action ) {
alias $(name) : $(tests:D=).passed ;