tests: removed POSIX testing (fixes #163)

This commit is contained in:
2025-02-24 23:28:52 -07:00
parent e6f747d635
commit 0e9127d417
21 changed files with 16 additions and 87 deletions

View File

@@ -62,7 +62,12 @@ dist: all docs
install: dist
cp -r $(DESTDIR)/* /
include tests/tests.mk
TESTFILES != for file in tests/*.mk; do printf '%s ' "$$file"; done
TESTS != printf '%s\n' "$(TESTFILES)" | xargs -n1 basename \
| sed 's/\.mk/_tests/g'
include $(TESTFILES)
.PHONY: test
test: all $(TESTS) /tmp/getopt