
#include "configinfo_test.h"


int main(int argc, char *argv[])
{
   ConfigInfo_test configInfo;
   QTest::qExec(&configInfo);
}
