diff options
Diffstat (limited to 'tests/run-make/short-ice/Makefile')
-rw-r--r-- | tests/run-make/short-ice/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run-make/short-ice/Makefile b/tests/run-make/short-ice/Makefile new file mode 100644 index 000000000..4f33d5902 --- /dev/null +++ b/tests/run-make/short-ice/Makefile @@ -0,0 +1,9 @@ +include ../tools.mk + +# ignore-windows + +export RUSTC := $(RUSTC_ORIGINAL) +export TMPDIR := $(TMPDIR) + +all: + bash check.sh |