moved tests into test directory
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user