summaryrefslogtreecommitdiffstats
path: root/tests/run-make/include_bytes_deps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/include_bytes_deps/Makefile')
-rw-r--r--tests/run-make/include_bytes_deps/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/run-make/include_bytes_deps/Makefile b/tests/run-make/include_bytes_deps/Makefile
new file mode 100644
index 000000000..696dfd207
--- /dev/null
+++ b/tests/run-make/include_bytes_deps/Makefile
@@ -0,0 +1,7 @@
+include ../tools.mk
+
+# ignore-freebsd
+
+all:
+ $(RUSTC) --emit dep-info main.rs
+ $(CGREP) "input.txt" "input.bin" "input.md" < $(TMPDIR)/main.d