Set the test runner dynamically linked
This commit is contained in:
+2
-1
@@ -43,7 +43,8 @@ run-once: $(BUILD)/bins_verify/relibc-tests $(BUILD)/$(TESTBIN) support_build
|
||||
|
||||
$(BUILD)/bins_verify/relibc-tests: src/main.rs
|
||||
mkdir -p $(BUILD)/bins_verify
|
||||
$(CARGO_TEST) build --release --bin relibc-tests --artifact-dir $(BUILD)/bins_verify --target-dir $(BUILD)/target -Z unstable-options
|
||||
RUSTFLAGS="-C target-feature=-crt-static" $(CARGO_TEST) build --release --bin relibc-tests \
|
||||
--artifact-dir $(BUILD)/bins_verify --target-dir $(BUILD)/target -Z unstable-options
|
||||
rm -rf $(BUILD)/target
|
||||
|
||||
$(BUILD)/Makefile: Makefile.run.mk
|
||||
|
||||
Reference in New Issue
Block a user