aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_lfind/sql/test_lfind.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_lfind/sql/test_lfind.sql')
-rw-r--r--src/test/modules/test_lfind/sql/test_lfind.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/modules/test_lfind/sql/test_lfind.sql b/src/test/modules/test_lfind/sql/test_lfind.sql
new file mode 100644
index 00000000000..899f1dd49bf
--- /dev/null
+++ b/src/test/modules/test_lfind/sql/test_lfind.sql
@@ -0,0 +1,8 @@
+CREATE EXTENSION test_lfind;
+
+--
+-- These tests don't produce any interesting output. We're checking that
+-- the operations complete without crashing or hanging and that none of their
+-- internal sanity tests fail.
+--
+SELECT test_lfind();