summaryrefslogtreecommitdiffstats
path: root/contrib/oid2name/t/001_basic.pl
blob: 8f0d4349a077cf246e5bdb6cca9d88b492bf0295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2021, PostgreSQL Global Development Group

use strict;
use warnings;

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

#########################################
# Basic checks

program_help_ok('oid2name');
program_version_ok('oid2name');
program_options_handling_ok('oid2name');