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:
authorKenneth Heafield <github@kheafield.com>2011-11-28 19:59:38 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-28 19:59:38 +0400
commit49b68760e1bb80e31aeae61afc456c69365f9448 (patch)
tree3746044d7393bf1224beb57fe68b76f457830a5d /regression-testing
parent2722fe23174634bf79de9a72d3db6f99c6e2764b (diff)
Unused code
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/Jamfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index c12fa3973..6c8e91d0f 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -4,13 +4,10 @@ with-regtest = [ option.get "with-regtest" ] ;
if $(with-regtest) {
path-constant TESTS : tests ;
- local all-tests = ;
-
rule reg_test ( name : tests * : program : action ) {
alias $(name) : $(tests:D=).passed ;
for test in $(tests) {
make $(test:D=).passed : $(program) : $(action) ;
- all-tests = $(test:D=).passed $(all-tests) ;
}
}