From: Carl Lerche Date: Thu, 22 May 2014 20:05:57 +0000 (-0700) Subject: Fix Makefile X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~1054 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=62ecb36cf56eb32fa927d936cc5fdf9253db72e9;p=cargo.git Fix Makefile --- diff --git a/Makefile b/Makefile index ea0042cec..b3a25e5f5 100644 --- a/Makefile +++ b/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