From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- contrib/oid2name/t/001_basic.pl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 contrib/oid2name/t/001_basic.pl (limited to 'contrib/oid2name/t') 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'); -- cgit v1.2.3