diff options
Diffstat (limited to 'contrib/vacuumlo/t/001_basic.pl')
-rw-r--r-- | contrib/vacuumlo/t/001_basic.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/vacuumlo/t/001_basic.pl b/contrib/vacuumlo/t/001_basic.pl new file mode 100644 index 0000000..2121f45 --- /dev/null +++ b/contrib/vacuumlo/t/001_basic.pl @@ -0,0 +1,12 @@ + +# Copyright (c) 2021, PostgreSQL Global Development Group + +use strict; +use warnings; + +use TestLib; +use Test::More tests => 8; + +program_help_ok('vacuumlo'); +program_version_ok('vacuumlo'); +program_options_handling_ok('vacuumlo'); |