diff options
| author | bors <bors@rust-lang.org> | 2015-10-03 02:23:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-03 02:23:03 +0000 |
| commit | 16331f1a42842ecdbf3dbcd6805df47564660266 (patch) | |
| tree | 1539ad481a99c88265e06610e33027383415e829 /src/test | |
| parent | 98df45830a04498c9207c4251a16ef6c80629146 (diff) | |
| parent | 92cff9f0d9aa1c76d57060c21520624d729416ca (diff) | |
| download | rust-16331f1a42842ecdbf3dbcd6805df47564660266.tar.gz rust-16331f1a42842ecdbf3dbcd6805df47564660266.zip | |
Auto merge of #28820 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #28736, #28805, #28812, #28814, #28819 - Failed merges:
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-make/compile-stdin/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/run-make/compile-stdin/Makefile b/src/test/run-make/compile-stdin/Makefile new file mode 100644 index 00000000000..1442224cf9a --- /dev/null +++ b/src/test/run-make/compile-stdin/Makefile @@ -0,0 +1,5 @@ +-include ../tools.mk + +all: + echo 'fn main(){}' | $(RUSTC) - + $(call RUN,rust_out) |
