Fix Makefile

This commit is contained in:
Carl Lerche 2014-05-22 13:05:57 -07:00
parent f7e4d01703
commit 62ecb36cf5
1 changed files with 1 additions and 1 deletions

View File

@ -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