mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
refs #756 Added class CProcessInfo to obtain a process name from its PID, and check if a process exists.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user