1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-28 01:00:52 -07:00

Adding simple "make test" target to top-level makefile.

Copied from Perforce
 Change: 179499
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2012-09-14 23:05:31 +01:00
parent cbf60fb074
commit 2ddd126790

View file

@ -63,3 +63,7 @@ make-install-dirs:
mkdir -p $(prefix)/include
install: @INSTALL_TARGET@
test: @BUILD_TARGET@
$(MAKE) -C code VARIETY=cool testrun
$(MAKE) -C code VARIETY=hot testrun