add catch2 based test setup including some basic test cases
This commit is contained in:
@@ -26,7 +26,6 @@ namespace sourcetrail
|
||||
{
|
||||
bool getFileExists(const std::string& filePath);
|
||||
std::string getFileContent(const std::string& filePath);
|
||||
time_t getFileModificationTime(const std::string& filePath);
|
||||
std::string getDateTimeString(const time_t& time);
|
||||
int getLineCount(const std::string s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user