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 20:01:45 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-28 20:01:45 +0400
commit41af5779500021dce5f3a5969f632979c0d4b8d6 (patch)
tree1ad95f81c9ea315a6f4cee59fafea51b8050e5d0 /regression-testing
parent49b68760e1bb80e31aeae61afc456c69365f9448 (diff)
Aliases for tests
Diffstat (limited to 'regression-testing')
-rw-r--r--regression-testing/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index 6c8e91d0f..0c00b516e 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -8,6 +8,7 @@ if $(with-regtest) {
alias $(name) : $(tests:D=).passed ;
for test in $(tests) {
make $(test:D=).passed : $(program) : $(action) ;
+ alias $(test) : $(test:D=).passed ;
}
}