moved tests into test directory

This commit is contained in:
2024-04-24 14:58:35 -06:00
parent e7021e127c
commit 057f5571d6
10 changed files with 134 additions and 82 deletions

View File

@@ -40,10 +40,9 @@ install: dist
cp -r dist/* $(PREFIX)/
.PHONY: test
test: build
tests/posix-compat.sh
test: all
tests/test.sh
$(RUSTC) --test src/getopt-rs/lib.rs -o build/test/getopt
$(MAKE) -f Testfile
build/o/libsysexits.rlib: build
# bandage solution until bindgen(1) gets stdin support