Makefile: remove unneeded test

This commit is contained in:
Emma Tebibyte 2024-04-01 20:41:07 -06:00
parent 320a70bc56
commit 0164b681c0
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ install: dist
.PHONY: test
test: build
tests/posix-compat.sh
$(RUSTC) --test src/getopt-rs/lib.rs -o build/test/getopt
.PHONY: rustlibs
rustlibs: build/o/libsysexits.rlib build/o/libgetopt.rlib \