#include <iostream>
#include "TypeTest.h"
#include "BinaryFile.h"
#include "pentiumfrontend.h"
#include "signature.h"
#include "boomerang.h"
#include "log.h"
#include "prog.h"
Go to the source code of this file.
Defines | |
#define | HELLO_WINDOWS "test/windows/hello.exe" |
#define | MYTEST(name) |
|
Definition at line 13 of file TypeTest.cpp. Referenced by TypeTest::testCompound(). |
|
Value: suite->addTest(new CppUnit::TestCaller<TypeTest> ("Type", \ &TypeTest::name, *this)) Definition at line 30 of file TypeTest.cpp. |