Man page - casacore_assay(1)
Packages contas this manual
- msselect(1)
- casacore_memcheck(1)
- tomf(1)
- image2fits(1)
- writems(1)
- tablefromascii(1)
- showtablelock(1)
- imagecalc(1)
- taql(1)
- casacore_assay(1)
- findmeastable(1)
- countcode(1)
- readms(1)
- imreorder(1)
- fits2table(1)
- showtableinfo(1)
- imageslice(1)
- measuresdata(1)
- casacore_floatcheck(1)
- lsmf(1)
- imageregrid(1)
- casahdf5support(1)
apt-get install casacore-tools
Manual
| casacore_assay(1) | General Commands Manual | casacore_assay(1) |
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.
| 2016-03-25 | casacore |