summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLibrary/definetestexe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLibrary/definetestexe.cpp')
-rw-r--r--Tests/InterfaceLibrary/definetestexe.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/InterfaceLibrary/definetestexe.cpp b/Tests/InterfaceLibrary/definetestexe.cpp
index 9156426cdb..6c538405e3 100644
--- a/Tests/InterfaceLibrary/definetestexe.cpp
+++ b/Tests/InterfaceLibrary/definetestexe.cpp
@@ -15,6 +15,12 @@
# error Expected IFACE_HEADER_BUILDDIR
#endif
+#include "iface_genheader.h"
+
+#ifndef IFACE_GENHEADER
+# error Expected IFACE_GENHEADER
+#endif
+
extern int obj();
extern int sub();
extern int item();