summary refs log tree commit diff
path: root/src/test/run-make/include_bytes_deps
AgeCommit message (Collapse)AuthorLines
2015-04-15Added a test for include_bytes! dep infoTheo Belaire-0/+40
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`.