rust/src/test/run-make/include_bytes_deps
Theo Belaire e4b3faca51 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`.
2015-04-15 10:40:04 -04:00
..
input.bin Added a test for include_bytes! dep info 2015-04-15 10:40:04 -04:00
input.txt Added a test for include_bytes! dep info 2015-04-15 10:40:04 -04:00
main.rs Added a test for include_bytes! dep info 2015-04-15 10:40:04 -04:00
Makefile Added a test for include_bytes! dep info 2015-04-15 10:40:04 -04:00