In the tests/ directory, make "make test" the default make target.

This commit is contained in:
Dianne Skoll
2025-09-27 09:39:20 -04:00
parent 5610590fa8
commit 7decbed3ff

View File

@@ -1,2 +1,4 @@
test:
@make -s -C.. test
%:
@make -s -C.. $@