logic: skip recording macro usages in non-indexed files

This commit is contained in:
mlangkabel
2017-11-03 16:20:31 +01:00
parent 8baf8cd49b
commit 09694409f1
59 changed files with 255050 additions and 1102 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ public:
private:
void processSourceFile(const std::string& projectName, const FilePath& sourceFilePath, const bool updateExpectedOutput)
{
const FilePath projectDataRoot = FilePath("data/CxxIndexSampleProjectsTestSuite/" + projectName);
const FilePath projectDataRoot = FilePath("data/CxxIndexSampleProjectsTestSuite/" + projectName).absolute();
const FilePath projectDataSrcRoot = projectDataRoot.concat(FilePath("src"));
const FilePath projectDataExpectedOutputRoot = projectDataRoot.concat(FilePath("expected_output"));