* Makefile.in (test/%): New target
This commit is contained in:
parent
587a97bcb2
commit
d8d223e7ef
1 changed files with 4 additions and 0 deletions
|
@ -969,6 +969,10 @@ else
|
|||
@echo "Maybe you used a release tarfile that lacks tests."
|
||||
endif
|
||||
|
||||
test/%:
|
||||
$(MAKE) -C test $*
|
||||
|
||||
|
||||
dist:
|
||||
cd ${srcdir}; ./make-dist
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue