blob: fa2c5743f63abee8171a9fdabe24c91b35db9743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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');
|