mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Ref T258, unit tests for 7zip compressing
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
//! \ingroup testblackmisc
|
||||
|
||||
#include "testaviation.h"
|
||||
#include "testcompress.h"
|
||||
#include "testblackmiscmain.h"
|
||||
#include "testcontainers.h"
|
||||
#include "testdbus.h"
|
||||
@@ -47,6 +48,10 @@ namespace BlackMiscTest
|
||||
BlackMisc::Test::CTest test(argc, argv);
|
||||
|
||||
int status = 0;
|
||||
{
|
||||
CTestCompress compressTest;
|
||||
status |= test.exec(&compressTest, "blackmisc_compress");
|
||||
}
|
||||
{
|
||||
CTestPhysicalQuantities pqBaseTests;
|
||||
status |= test.exec(&pqBaseTests, "blackmisc_physicalQuantities");
|
||||
|
||||
Reference in New Issue
Block a user