Restructure test targets.

This commit is contained in:
Dianne Skoll
2025-09-03 22:36:46 -04:00
parent f9261bb24f
commit f12bcf3fe6
2 changed files with 7 additions and 2 deletions

View File

@@ -45,9 +45,10 @@ test:
test-tz:
@$(MAKE) -C src -s all
@./tests/test-timezone-support
@$(MAKE) -C src -s test-tz
test-all: test test-tz
test-all:
@$(MAKE) -C src -s test-all
cppcheck:
@$(MAKE) -C src cppcheck