summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/testTopDirLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Export/testTopDirLib.c')
-rw-r--r--Tests/ExportImport/Export/testTopDirLib.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/Tests/ExportImport/Export/testTopDirLib.c b/Tests/ExportImport/Export/testTopDirLib.c
new file mode 100644
index 0000000..1ec68de
--- /dev/null
+++ b/Tests/ExportImport/Export/testTopDirLib.c
@@ -0,0 +1,11 @@
+#ifndef DEF_SubDirLinkAImportedForExport
+# error "DEF_SubDirLinkAImportedForExport is not defined but should be!"
+#endif
+#ifdef DEF_SubDirLinkBImportedForExport
+# error "DEF_SubDirLinkBImportedForExport is defined but should not be!"
+#endif
+
+int testTopDirLib(void)
+{
+ return 0;
+}