Add Makefile for running tests from tests/ with "make test"

This commit is contained in:
Dianne Skoll
2025-09-04 11:00:03 -04:00
parent eeae3298ef
commit 3425530c1c
2 changed files with 3 additions and 1 deletions

2
tests/Makefile Normal file
View File

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