mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Documenting ifacedecomp
This commit is contained in:
parent
ab76cc6095
commit
6cc2d18349
9 changed files with 793 additions and 208 deletions
|
@ -20,7 +20,7 @@ vector<UnitTest *> UnitTest::tests;
|
|||
|
||||
/// Run all the tests unless a non-empty set of names is passed in.
|
||||
/// In which case, only the named tests in the set are run.
|
||||
/// \param testnames is the set of names
|
||||
/// \param testNames is the set of names
|
||||
void UnitTest::run(set<string> &testNames)
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue