1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

* Makefile.in (test/%): New target

This commit is contained in:
Stefan Monnier 2021-01-03 23:15:33 -05:00
parent 587a97bcb2
commit d8d223e7ef

View File

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