about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/include_bytes_deps/Makefile
blob: ce79cec67dc37bd944fd072d2793c9616e2a786d (plain)
1
2
3
4
5
6
7
8
9
10
11
-include ../tools.mk

# ignore-windows
# ignore-freebsd
# FIXME: on windows `rustc --dep-info` produces Makefile dependency with
# windows native paths (e.g. `c:\path\to\libfoo.a`)
# but msys make seems to fail to recognize such paths, so test fails.

all:
	$(RUSTC) --emit dep-info main.rs
	$(CGREP) "input.txt" "input.bin" "input.md" < $(TMPDIR)/main.d