diff options
Diffstat (limited to 'contrib/oid2name/t/001_basic.pl')
-rw-r--r-- | contrib/oid2name/t/001_basic.pl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/oid2name/t/001_basic.pl b/contrib/oid2name/t/001_basic.pl new file mode 100644 index 0000000..8f0d434 --- /dev/null +++ b/contrib/oid2name/t/001_basic.pl @@ -0,0 +1,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'); |