| 49 | struct Library::LibraryData {}; |
| 50 | |
| 51 | void TestProjectFile::loadInexisting() const |
| 52 | { |
| 53 | const QString filepath(QString(SRCDIR) + "/../data/projectfiles/foo.cppcheck"); |
| 54 | ProjectFile pfile(filepath); |
| 55 | QCOMPARE(pfile.read(), false); |
| 56 | } |
| 57 | |
| 58 | void TestProjectFile::loadSimple() const |
| 59 | { |