From 2752a6aafbbaefa082d52144dcaa14d4a713eb9c Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 16 Aug 2013 14:46:53 -0700 Subject: [PATCH] Revert to using -o for tests --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 706ca5e..16a1a8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ libcss.dummy: css.rc $(RUST_SRC) touch $@ css-test: css.rc $(RUST_SRC) - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test .PHONY: check check: css-test