Provided by: casacore-tools_3.2.1-4build3_amd64
NAME
casacore_assay - invoke an AIPS++ test program and verify its output
SYNOPSIS
casacore_assay testexe
DESCRIPTION
casacore_assay invokes a casacore test program. If the test program has an associated .run file then it simply invokes it. Otherwise casacore_assay invokes the test executable directly, and, if there is a corresponding .out file, compares its output with that. If there is a .in file associated with the test program then assay will redirect stdin from it. Exit status: 0 success 1 test execution failed 2 test output disagreement 3 untested (usually returned from a .run) 130 interrupt
ENVIRONMENT VARIABLES
CASACORE_CHECK Do checking using tools like valgrind. It defines a script that will execute the command. The script can invoke the checking tool. If set to 1, yes, or YES, the script casacore_memcheck will be used that uses valgrind's memcheck tool.
AUTHOR
This manual page was written according to the in-program comments by Benda Xu <heroxbd@gentoo.org>, for the Debian GNU/Linux system.