You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
#include "testLibIncludeRequired1.h"
|
|
|
|
#include "testLibIncludeRequired2.h"
|
|
|
|
#include "testLibIncludeRequired6.h"
|
|
|
|
#include "testLibIncludeRequired7.h"
|
|
|
|
|
|
|
|
#include "installIncludesTest.h"
|
|
|
|
#include "installIncludesTest2.h"
|
|
|
|
#include "installIncludesTest3.h"
|
|
|
|
#include "installIncludesTest4.h"
|
|
|
|
#include "installIncludesTest5.h"
|
|
|
|
#include "installIncludesTest6.h"
|
|
|
|
#include "installIncludesTest7.h"
|
|
|
|
#include "installIncludesTest8.h"
|
|
|
|
|
|
|
|
#ifndef testLibRequired_IFACE_DEFINE
|
|
|
|
#error Expected testLibRequired_IFACE_DEFINE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef BuildOnly_DEFINE
|
|
|
|
#error Unexpected BuildOnly_DEFINE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef InstallOnly_DEFINE
|
|
|
|
#error Expected InstallOnly_DEFINE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
extern int testLibDepends(void);
|
|
|
|
|
|
|
|
int main()
|
|
|
|
{
|
|
|
|
return testLibDepends();
|
|
|
|
}
|