#include "types.h"
#include "rtl.h"
#include "FrontPentTest.h"
#include "prog.h"
#include "frontend.h"
#include "pentiumfrontend.h"
#include "BinaryFile.h"
#include "BinaryFileStub.h"
Go to the source code of this file.
Defines | |
#define | BRANCH_PENT "test/pentium/branch" |
#define | FEDORA2_TRUE "test/pentium/fedora2_true" |
#define | FEDORA3_TRUE "test/pentium/fedora3_true" |
#define | HELLO_PENT "test/pentium/hello" |
#define | MYTEST(name) |
#define | SUSE_TRUE "test/pentium/suse_true" |
|
Definition at line 14 of file FrontPentTest.cpp. Referenced by FrontPentTest::testBranch(). |
|
Definition at line 15 of file FrontPentTest.cpp. Referenced by FrontPentTest::testFindMain(). |
|
Definition at line 16 of file FrontPentTest.cpp. Referenced by FrontPentTest::testFindMain(). |
|
Definition at line 13 of file FrontPentTest.cpp. Referenced by FrontPentTest::test1(), FrontPentTest::test2(), and FrontPentTest::test3(). |
|
Value: suite->addTest(new CppUnit::TestCaller<FrontPentTest> ("FrontPentTest", \ &FrontPentTest::name, *this)) Definition at line 34 of file FrontPentTest.cpp. |
|
Definition at line 17 of file FrontPentTest.cpp. Referenced by FrontPentTest::testFindMain(). |