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:
parent
cbf60fb074
commit
2ddd126790
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue