gx-util-test - Test utility for Gridmap_Utils module
gx-util-test -help
gx-util-test -version
gx-util-test command [options]
gx-util-test, part of the gx-map system, is intended for developer testing. It allows unit testing of functions in the Gridmap_Utils Perl package.
Run with the -help option for a list of commands. Command names correspond to function names in the Gridmap_Utils package, but are case-sensitive. '-' and '_' characters are ignored. Not all functions are supported.
Option processing is done using the Perl Getopt::Long module.
Options may be specified with a single or double leading '-' character. Option names may be abbreviated to whatever is unique. Arguments may be separated either by a blank or by an '=' character. For example, ``-foobar 42'', ``--foobar=42'', and ``-foob 42'' would all be equivalent.
gx-map(7), gx-map-gridmap-utils(3)
Keith Thompson, San Diego Supercomputer Center, <kst@sdsc.edu>
See the file LICENSE in the gx-map distribution, installed in the etc/gx-map subdirectory.