summaryrefslogtreecommitdiffstats
path: root/tests/run-make/raw-dylib-custom-dlltool/Makefile
blob: f5d5360a3fbe834e711ee6c92fbb20bed8eac3d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Test using -Cdlltool to change where raw-dylib looks for the dlltool binary.

# only-windows
# only-gnu
# needs-dlltool

include ../tools.mk

all:
	$(RUSTC) --crate-type lib --crate-name raw_dylib_test lib.rs -Cdlltool=$(CURDIR)/script.cmd
	$(DIFF) output.txt "$(TMPDIR)"/output.txt