From e4b3faca5167aeb77f49b9cfa9140482cd5ebd11 Mon Sep 17 00:00:00 2001 From: Theo Belaire Date: Wed, 15 Apr 2015 10:40:04 -0400 Subject: Added a test for include_bytes! dep info This tests that both include_str! and include_bytes! mark their input file as a dependancy, and it's correctly outputted when you run `rustc --emit dep-info`. --- src/test/run-make/include_bytes_deps/input.bin | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test/run-make/include_bytes_deps/input.bin (limited to 'src/test/run-make/include_bytes_deps/input.bin') diff --git a/src/test/run-make/include_bytes_deps/input.bin b/src/test/run-make/include_bytes_deps/input.bin new file mode 100644 index 00000000000..cd0875583aa --- /dev/null +++ b/src/test/run-make/include_bytes_deps/input.bin @@ -0,0 +1 @@ +Hello world! -- cgit 1.4.1-3-g733a5