Add more tests

This commit is contained in:
WarmUpTill
2024-02-23 23:13:29 +01:00
committed by WarmUpTill
parent 01cf000cbe
commit fb7bcd57cd
10 changed files with 198 additions and 88 deletions

View File

@@ -0,0 +1,15 @@
#include "path-helpers.hpp"
namespace advss {
std::string GetDataFilePath(const std::string &file)
{
return "";
}
QString GetDefaultSettingsSaveLocation()
{
return "";
}
} // namespace advss