#include "cppunit/TextTestResult.h"
#include "cppunit/TestSuite.h"
#include "exp.h"
#include "ExpTest.h"
#include "ProgTest.h"
#include "ProcTest.h"
#include "RtlTest.h"
#include "ParserTest.h"
#include "TypeTest.h"
#include <sstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
|
Definition at line 30 of file testDbase.cpp. References TypeTest::registerTests(), ParserTest::registerTests(), RtlTest::registerTests(), ProcTest::registerTests(), ProgTest::registerTests(), and ExpTest::registerTests(). |