mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
Ref T258, added test directory and test files for compressing tests
This commit is contained in:
@@ -178,6 +178,12 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString &CDirectoryUtils::shareTestDirectory()
|
||||
{
|
||||
static const QString test(CFileUtils::appendFilePaths(CDirectoryUtils::shareDirectory(), "test"));
|
||||
return test;
|
||||
}
|
||||
|
||||
const QString &CDirectoryUtils::bootstrapFileName()
|
||||
{
|
||||
static const QString n("bootstrap.json");
|
||||
|
||||
@@ -65,6 +65,9 @@ namespace BlackMisc
|
||||
//! \remark share not shared (do no mix)
|
||||
static const QString &shareDirectory();
|
||||
|
||||
//! The test data directory
|
||||
static const QString &shareTestDirectory();
|
||||
|
||||
//! Bootstrap file name
|
||||
static const QString &bootstrapFileName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user