-*- text -*-
$RCSfile: README,v $
$Revision: 1.2 $
$Author: langer $
$Date: 2010/12/03 22:10:59 $

This software was produced by NIST, an agency of the U.S. government,
and by statute is not subject to copyright in the United States.
Recipients of this software assume all responsibilities associated
with its operation, modification and maintenance. However, to
facilitate maintenance we ask that before distributing modified
versions of this software, you first contact the authors at
oof_manager@nist.gov.

------------------------------------------------------------------------------

This directory contains tests that ensure that OOF2 is installed and
is running correctly.  The tests in this directory only test aspects
of the program that are not related to graphical user interface.  The
GUI subdirectory contains tests for the user interface.

To run the tests, cd to this directory, and type 
    python regression.py
This will run the full suite of tests and create a lot of output.  The
tests were successful if the last output line is "OK".

It's possible to run a subset of the tests by running any of the other
.py files in the directory like this:
    python regression.py fundamental_test.py
or like this:
    python regression.py fundamental_test.py skeleton_basic_test.py

If any of the tests fail, please send a note to oof_bugs@nist.gov.
Include the output from the test, and let us know the OOF2 version
number, what kind of computer you're using (including the operating
system, compiler, and python version numbers), and how you built and
installed OOF2.

To run the graphical tests, cd to the GUI subdirectory and read the
README file there.
