#include "types.h"
#include "FrontSparcTest.h"
#include "proc.h"
#include "prog.h"
#include "frontend.h"
#include "sparcfrontend.h"
#include "cfg.h"
#include "BinaryFile.h"
#include "BinaryFileStub.h"
Go to the source code of this file.
Defines | |
#define | BRANCH_SPARC "test/sparc/branch" |
#define | HELLO_SPARC "test/sparc/hello" |
#define | MYTEST(name) |
|
Definition at line 15 of file FrontSparcTest.cpp. Referenced by FrontSparcTest::testBranch(), and FrontSparcTest::testDelaySlot(). |
|
Definition at line 14 of file FrontSparcTest.cpp. |
|
Value: suite->addTest(new CppUnit::TestCaller<FrontSparcTest> ("FrontSparcTest", \ &FrontSparcTest::name, *this)) Definition at line 33 of file FrontSparcTest.cpp. |