aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_binaryheap/sql/test_binaryheap.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/test_binaryheap/sql/test_binaryheap.sql')
-rw-r--r--src/test/modules/test_binaryheap/sql/test_binaryheap.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/modules/test_binaryheap/sql/test_binaryheap.sql b/src/test/modules/test_binaryheap/sql/test_binaryheap.sql
new file mode 100644
index 00000000000..8439545815b
--- /dev/null
+++ b/src/test/modules/test_binaryheap/sql/test_binaryheap.sql
@@ -0,0 +1,8 @@
+CREATE EXTENSION test_binaryheap;
+
+--
+-- 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_binaryheap();