commit 57d2fca4b460c3c6aceb3f3aa6cc97ece9316022 from: Omar Polo date: Sat Mar 26 11:57:27 2022 UTC add target `test' alias for `regress' commit - 3fdc457c8db0550a6143ab626bfefe3351ab0b93 commit + 57d2fca4b460c3c6aceb3f3aa6cc97ece9316022 blob - 27ef52dc266ea4396ee2bf4199d5b90de17d1675 blob + fdcaa630e7043ea2c3315c1805c78124d6ecac1c --- Makefile +++ Makefile @@ -2,7 +2,7 @@ # all. TESTS= -.PHONY: all static clean cleanall regress install +.PHONY: all static clean cleanall test regress install all: Makefile.local gmid gg @@ -30,6 +30,7 @@ clean: cleanall: clean ${MAKE} -C regress clean +test: regress regress: all ${MAKE} 'TESTS=${TESTS}' -C regress all