Testfile
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,6 +14,7 @@
|
||||
PREFIX=/usr/local
|
||||
|
||||
CC=cc
|
||||
MAKE=make
|
||||
RUSTC=rustc
|
||||
|
||||
.PHONY: all
|
||||
@@ -42,6 +43,7 @@ install: dist
|
||||
test: build
|
||||
tests/posix-compat.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