mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
New data-type ordering implementation
This commit is contained in:
parent
f9463e600d
commit
60dbaa0559
4 changed files with 81 additions and 49 deletions
|
@ -3163,6 +3163,9 @@ void IfcLoadTestFile::execute(istream &s)
|
|||
s >> filename;
|
||||
dcp->testCollection = new FunctionTestCollection(status);
|
||||
dcp->testCollection->loadTest(filename);
|
||||
#ifdef OPACTION_DEBUG
|
||||
dcp->conf->setDebugStream(status->fileoptr);
|
||||
#endif
|
||||
*status->optr << filename << " test successfully loaded: " << dcp->conf->getDescription() << endl;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue