tests: removed POSIX testing (fixes #163)
This commit is contained in:
7
Makefile
7
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user