00001 /* test.h 00002 Copyright (C) 2008 Battelle Memorial Institute 00003 * 00004 */ 00005 00006 #ifndef _TEST_H 00007 #define _TEST_H 00008 #ifndef _NO_CPPUNIT 00009 00010 STATUS test_start(int argc, char *argv[]); 00011 STATUS test_end(int argc, char *argv[]); 00012 00013 #endif 00014 #endif