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