refs #756 Added class CProcessInfo to obtain a process name from its PID, and check if a process exists.

This commit is contained in:
Mathew Sutcliffe
2016-10-12 13:33:56 +01:00
parent 95beb61518
commit a08c93d53a
6 changed files with 220 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "testlibrarypath.h"
#include "testmath.h"
#include "testphysicalquantities.h"
#include "testprocess.h"
#include "testslot.h"
#include "teststringutils.h"
#include "testvaluecache.h"
@@ -95,6 +96,10 @@ namespace BlackMiscTest
CTestLibraryPath libraryPathTests;
status |= test.exec(&libraryPathTests, "blackmisc_librarypath");
}
{
CTestProcess processTests;
status |= test.exec(&processTests, "blackmisc_process");
}
return status;
}
} // namespace