mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #710 Simple algorithms to replace several regular expressions.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "testmath.h"
|
||||
#include "testphysicalquantities.h"
|
||||
#include "testslot.h"
|
||||
#include "teststringutils.h"
|
||||
#include "testvaluecache.h"
|
||||
#include "testvariantandmap.h"
|
||||
#include "testweather.h"
|
||||
@@ -74,6 +75,10 @@ namespace BlackMiscTest
|
||||
CTestSlot slotTests;
|
||||
status |= test.exec(&slotTests, "blackmisc_slot");
|
||||
}
|
||||
{
|
||||
CTestStringUtils stringUtilTests;
|
||||
status |= test.exec(&stringUtilTests, "blackmisc_stringutils");
|
||||
}
|
||||
{
|
||||
CTestValueCache valueCacheTests;
|
||||
status |= test.exec(&valueCacheTests, "blackmisc_valuecache");
|
||||
|
||||
Reference in New Issue
Block a user