Add a test that rustc can compile standard input
This commit is contained in:
parent
54f7b1d455
commit
8a4bfbb1c6
5
src/test/run-make/compile-stdin/Makefile
Normal file
5
src/test/run-make/compile-stdin/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
-include ../tools.mk
|
||||
|
||||
all:
|
||||
echo 'fn main(){}' | $(RUSTC) -
|
||||
$(call RUN,rust_out)
|
Loading…
x
Reference in New Issue
Block a user