![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
#include "decompiler/scummv6/engine.h"
#include <gmock/gmock.h>
#include <vector>
#include "../ControlFlow.h"
#include "../Disassembler.h"
#include "../Graph.h"
Macros | |
#define | GET(vertex) (boost::get(boost::vertex_name, g, vertex)) |
Functions | |
TEST (CFG, testUnreachable) | |
TEST (CFG, testBranching) | |
TEST (CFG, testGrouping) | |
TEST (CFG, DISABLED_testShortCircuitDetection) | |
TEST (CFG, testWhileDetection) | |
TEST (CFG, testDoWhileDetection) | |
TEST (CFG, testBreakDetection) | |
TEST (CFG, testContinueDetection) | |
TEST (CFG, testIfDetection) | |
TEST (CFG, testElseDetection) | |
TEST (CFG, testNestedLoops) | |
TEST (CFG, DISABLED_testSamAndMaxScript30) | |
#define GET | ( | vertex | ) | (boost::get(boost::vertex_name, g, vertex)) |
TEST | ( | CFG | , |
DISABLED_testSamAndMaxScript30 | |||
) |
TEST | ( | CFG | , |
DISABLED_testShortCircuitDetection | |||
) |
TEST | ( | CFG | , |
testBranching | |||
) |
TEST | ( | CFG | , |
testBreakDetection | |||
) |
TEST | ( | CFG | , |
testContinueDetection | |||
) |
TEST | ( | CFG | , |
testDoWhileDetection | |||
) |
TEST | ( | CFG | , |
testElseDetection | |||
) |
TEST | ( | CFG | , |
testGrouping | |||
) |
TEST | ( | CFG | , |
testIfDetection | |||
) |
TEST | ( | CFG | , |
testNestedLoops | |||
) |
TEST | ( | CFG | , |
testUnreachable | |||
) |
TEST | ( | CFG | , |
testWhileDetection | |||
) |