Skip to content

Commit dfa11f3

Browse files
committed
Revert to using -o for tests
1 parent faca82a commit dfa11f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ libcssparser.dummy: cssparser.rc $(RUST_SRC)
1818
touch $@
1919

2020
cssparser-test: cssparser.rc $(RUST_SRC)
21-
$(RUSTC) $(RUSTFLAGS) $< --out-dir . --test
21+
$(RUSTC) $(RUSTFLAGS) $< -o $@ --test
2222

2323
.PHONY: check
2424
check: cssparser-test

0 commit comments

Comments
 (0)