2013-03-16 19:13:01 +02:00
|
|
|
|
|
|
|
#include "testLibIncludeRequired1.h"
|
|
|
|
#include "testLibIncludeRequired2.h"
|
|
|
|
#include "testLibIncludeRequired6.h"
|
2013-11-03 12:27:13 +02:00
|
|
|
#include "testLibIncludeRequired7.h"
|
|
|
|
|
|
|
|
#include "installIncludesTest.h"
|
|
|
|
#include "installIncludesTest2.h"
|
2014-08-03 19:52:23 +02:00
|
|
|
#include "installIncludesTest3.h"
|
|
|
|
#include "installIncludesTest4.h"
|
|
|
|
#include "installIncludesTest5.h"
|
|
|
|
#include "installIncludesTest6.h"
|
|
|
|
#include "installIncludesTest7.h"
|
|
|
|
#include "installIncludesTest8.h"
|
2013-03-16 19:13:01 +02:00
|
|
|
|
|
|
|
#ifndef testLibRequired_IFACE_DEFINE
|
2018-08-09 18:06:22 +02:00
|
|
|
# error Expected testLibRequired_IFACE_DEFINE
|
2013-03-16 19:13:01 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef BuildOnly_DEFINE
|
2018-08-09 18:06:22 +02:00
|
|
|
# error Unexpected BuildOnly_DEFINE
|
2013-03-16 19:13:01 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef InstallOnly_DEFINE
|
2018-08-09 18:06:22 +02:00
|
|
|
# error Expected InstallOnly_DEFINE
|
2013-03-16 19:13:01 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
extern int testLibDepends(void);
|
|
|
|
|
|
|
|
int main()
|
|
|
|
{
|
|
|
|
return testLibDepends();
|
|
|
|
}
|