Added header dependency tests.

This commit is contained in:
Kevin M. Godby
2016-05-04 19:24:17 -05:00
parent 5550eb9753
commit 2666b6cbf1
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#include HEADER_TO_TEST
int main(int argc, char *argv[]) { return 0; }