Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 9ed02f7

Browse files
committed
Merge pull request #32 from kmcallister/otest
Revert to using -o for tests
2 parents 8ee78ad + 2752a6a commit 9ed02f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ libcss.dummy: css.rc $(RUST_SRC)
1717
touch $@
1818

1919
css-test: css.rc $(RUST_SRC)
20-
$(RUSTC) $(RUSTFLAGS) $< --out-dir . --test
20+
$(RUSTC) $(RUSTFLAGS) $< -o $@ --test
2121

2222
.PHONY: check
2323
check: css-test

0 commit comments

Comments
 (0)