mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
move parent opt check, update tests
This commit is contained in:
parent
233c49292d
commit
3a63b50956
3 changed files with 41 additions and 41 deletions
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ test_$(1): tmp/$(1)_test build build/$(1)
|
|||
$(call command,tmp/$(1)_test)
|
||||
|
||||
tmp/$(1)_test: $(1)/test.rs
|
||||
$(call command,$(RUSTC) $(RUSTCFLAGS) -o tmp/$(1)_test $(1)/test.rs)
|
||||
$(call command,$(RUSTC) $(RUSTCFLAGS) --test -o tmp/$(1)_test $(1)/test.rs)
|
||||
endef
|
||||
|
||||
# Main rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue