projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e4d01
)
Fix Makefile
author
Carl Lerche
<me@carllerche.com>
Thu, 22 May 2014 20:05:57 +0000
(13:05 -0700)
committer
Carl Lerche
<me@carllerche.com>
Thu, 22 May 2014 20:06:07 +0000
(13:06 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ea0042cecab1549f225dd58251525ee47131a5be..b3a25e5f567dd0e3a234d89d3f405cdc5e7c10e4 100644
(file)
--- 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