#include "ExpTest.h"
#include "statement.h"
#include "visitor.h"
#include <map>
#include <sstream>
Go to the source code of this file.
Defines | |
#define | MYTEST(name) |
#define | OLD_WAY 1 |
|
Value: suite->addTest(new CppUnit::TestCaller<ExpTest> ("testExp", \ &ExpTest::name, *this)) Definition at line 29 of file ExpTest.cpp. |
|
|