summaryrefslogtreecommitdiffstats
path: root/src/bin/pg_amcheck/t/001_basic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_amcheck/t/001_basic.pl')
-rw-r--r--src/bin/pg_amcheck/t/001_basic.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/bin/pg_amcheck/t/001_basic.pl b/src/bin/pg_amcheck/t/001_basic.pl
new file mode 100644
index 0000000..e273128
--- /dev/null
+++ b/src/bin/pg_amcheck/t/001_basic.pl
@@ -0,0 +1,14 @@
+
+# Copyright (c) 2021-2022, PostgreSQL Global Development Group
+
+use strict;
+use warnings;
+
+use PostgreSQL::Test::Utils;
+use Test::More;
+
+program_help_ok('pg_amcheck');
+program_version_ok('pg_amcheck');
+program_options_handling_ok('pg_amcheck');
+
+done_testing();