Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

wvtestmain.cc

Go to the documentation of this file.
00001 #include "wvtest.h"
00002 #include <stdlib.h>
00003 
00004 int main(int argc, char **argv)
00005 {
00006     const char *prefix = "";
00007     if (argc > 1)
00008         prefix = argv[1];
00009     int ret = WvTest::run_all(prefix);
00010     
00011     // keep 'make' from aborting if this environment variable is set
00012     if (getenv("WVTEST_NO_FAIL"))
00013         return 0;
00014     else
00015         return ret;
00016 }

Generated on Sat Feb 21 21:05:34 2004 for WvStreams by doxygen 1.3.5