mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch
'origin/GP-2983_caheckman_PR-3998_ekilmer_fix-decompiler-test-cli-parsing' (Closes #3998)
This commit is contained in:
commit
3433f49cdc
4 changed files with 43 additions and 13 deletions
|
@ -304,7 +304,7 @@ void FunctionTestCollection::runTests(list<string> &lateStream)
|
|||
/// Run through all XML files in the given list, processing each in turn.
|
||||
/// \param testFiles is the given list of test files
|
||||
/// \param s is the output stream to print results to
|
||||
void FunctionTestCollection::runTestFiles(const vector<string> &testFiles,ostream &s)
|
||||
int FunctionTestCollection::runTestFiles(const vector<string> &testFiles,ostream &s)
|
||||
|
||||
{
|
||||
int4 totalTestsApplied = 0;
|
||||
|
@ -344,4 +344,5 @@ void FunctionTestCollection::runTestFiles(const vector<string> &testFiles,ostrea
|
|||
if (iter == failures.end()) break;
|
||||
}
|
||||
}
|
||||
return totalTestsApplied - totalTestsSucceeded;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue