Added header dependency tests.
This commit is contained in:
7
tests/header_dependencies/main.c
Normal file
7
tests/header_dependencies/main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include HEADER_TO_TEST
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user