Aliases for tests

This commit is contained in:
Kenneth Heafield 2011-11-28 16:01:45 +00:00
parent 49b68760e1
commit 41af577950

View File

@ -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 ;
}
}