proj home

Files   Classes   Functions   Hierarchy  

modulelisttest.cpp

Go to the documentation of this file.
00001 #include <modulelist.h>
00002 #include <modulelisttest.h>
00003 
00004 string modulelisttest::doc[] = 
00005 {
00006   "",
00007   "Test modulelist(not automated testing)."
00008 };
00009 
00010 int modulelisttest::test01(int argc, char** argv)
00011 {
00012   modulelist ml;
00013   bool res=ml.buildlist();
00014 
00015   if (res==false)
00016     return 1;
00017 
00018   return 0;
00019 }
00020 
00021 
00022 

Generated on Fri Mar 4 00:49:28 2011 for Chelton Evans Source by  doxygen 1.5.8