tests, Makefile: cleaning up

This commit is contained in:
2024-08-09 23:50:31 -06:00
parent 66f809162b
commit b76ff8fd90
5 changed files with 14 additions and 9 deletions

View File

@@ -57,6 +57,8 @@ dist: all docs
install: dist
cp -r $(DESTDIR)/* /
include tests/tests.mk
.PHONY: test
test: all $(TESTS) /tmp/getopt
@echo $(TESTS)
@@ -156,5 +158,3 @@ build/bin/swab: src/swab.rs build rustlibs
true: build/bin/true
build/bin/true: src/true.c build
$(CC) $(CFLAGS) -o $@ src/true.c
include tests/tests.mk