Add test for find_dependency macro.

This commit is contained in:
Stephen Kelly
2014-02-26 21:30:18 +01:00
parent 6e6fbb0e43
commit 0bba365ff5
9 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#ifndef HAVE_PACK1
#error Expected HAVE_PACK1
#endif
#ifndef HAVE_PACK2
#error Expected HAVE_PACK2
#endif
#ifndef HAVE_PACK3
#error Expected HAVE_PACK3
#endif
int main(int argc, char** argv)
{
return 0;
}