make test depend on all

This commit is contained in:
Jochen Sprickerhof
2022-09-08 16:32:04 +02:00
parent 98c5bf511e
commit 712aa08fbc

View File

@@ -39,7 +39,7 @@ install-nostripped:
@$(MAKE) -C rem2html install
@$(MAKE) -C rem2pdf -f Makefile.top install INSTALL_BASE=$(INSTALL_BASE)
test:
test: all
@$(MAKE) -C src -s test
distclean: clean