* added FileManager that keeps track of the files analyzed by the project. It therefore checks if files get added, updated or deleted from the source- and include folders. * refactored ASTVisitor::hasValidLocation() and implemented one version that search for the location in the currently parsed file and one that searches in all the project's source files. * quickfix: switched order in FileManager so that header files are parsed first. * created folder for helper classes used in tests. * added test code for FileManager * adjusted test code for Parser Tests.
34 lines
673 B
CMake
34 lines
673 B
CMake
add_files(
|
|
TEST_FILES
|
|
|
|
helper/TestFileManager.cpp
|
|
helper/TestFileManager.h
|
|
helper/TestStorage.cpp
|
|
helper/TestStorage.h
|
|
|
|
TestSuiteFixture.cpp
|
|
TestSuiteFixture.h
|
|
|
|
ConfigManagerTestSuite.h
|
|
CxxParserTestSuite.h
|
|
DataTypeTestSuite.h
|
|
DictionaryTestSuite.h
|
|
FileManagerTestSuite.h
|
|
FileSystemTestSuite.h
|
|
GraphTestSuite.h
|
|
GraphFilterTestSuite.h
|
|
GraphFilterConductorTestSuite.h
|
|
LogManagerTestSuite.h
|
|
MatrixBaseTestSuite.h
|
|
MessageQueueTestSuite.h
|
|
QueryTreeTestSuite.h
|
|
SettingsTestSuite.h
|
|
SearchIndexTestSuite.h
|
|
StorageTestSuite.h
|
|
StorageGraphTestSuite.h
|
|
TextAccessTestSuite.h
|
|
TokenLocationCollectionTestSuite.h
|
|
UtilityStringTestSuite.h
|
|
Vector2TestSuite.h
|
|
)
|