aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/inheritModuleSearchPath/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/inheritModuleSearchPath/main.cpp')
-rw-r--r--tests/manual/inheritModuleSearchPath/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/manual/inheritModuleSearchPath/main.cpp b/tests/manual/inheritModuleSearchPath/main.cpp
new file mode 100644
index 000000000..7382cd2dd
--- /dev/null
+++ b/tests/manual/inheritModuleSearchPath/main.cpp
@@ -0,0 +1,9 @@
+#ifndef HAVE_BLI
+#error HAVE_BLI missing!
+#endif
+
+int main()
+{
+ return 0;
+}
+