summaryrefslogtreecommitdiffstats
path: root/src/bin/pg_amcheck/t/001_basic.pl
blob: 6f60e3ec1f509748202fb4c10f938238bd4338bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2021, PostgreSQL Global Development Group

use strict;
use warnings;

use TestLib;
use Test::More tests => 8;

program_help_ok('pg_amcheck');
program_version_ok('pg_amcheck');
program_options_handling_ok('pg_amcheck');