Skip to content

Commit

Permalink
Add a test that rustc can compile standard input
Browse files Browse the repository at this point in the history
  • Loading branch information
wthrowe committed Oct 2, 2015
1 parent 54f7b1d commit 8a4bfbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/run-make/compile-stdin/Makefile
@@ -0,0 +1,5 @@
-include ../tools.mk

all:
echo 'fn main(){}' | $(RUSTC) -
$(call RUN,rust_out)

0 comments on commit 8a4bfbb

Please sign in to comment.