mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix Makefile
This commit is contained in:
parent
f7e4d01703
commit
62ecb36cf5
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ TEST_DEPS = $(DEPS) -L libs/hamcrest-rust/target
|
||||
target/tests/test-integration: $(BIN_TARGETS) $(HAMCREST) $(TEST_SRC)
|
||||
$(RUSTC) --test --crate-type=lib $(TEST_DEPS) -Ltarget -o $@ tests/tests.rs
|
||||
|
||||
target/tests/test-unit: $(HAMCREST) $(SRC) $(HAMMER)
|
||||
target/tests/test-unit: $(HAMCREST) $(SRC) $(HAMMER) $(TOML)
|
||||
mkdir -p target/tests
|
||||
$(RUSTC) --test $(RUSTC_FLAGS) $(TEST_DEPS) -o $@ src/cargo/lib.rs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user