Added header-dependency tests.

This commit is contained in:
Kevin M. Godby
2016-06-17 00:55:05 -05:00
parent 33a185188c
commit 24e7b64b89
5 changed files with 97 additions and 2 deletions

View File

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