Skip to content
Snippets Groups Projects
Commit 05fb5acc authored by Tobias Hunger's avatar Tobias Hunger Committed by con
Browse files

Fix gnumakeparser unit test

(cherry picked from commit ef55312c)
parent 0660830b
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,9 @@ void ProjectExplorerPlugin::testGnuMakeParserParsing_data()
<< QString() << QString()
<< QList<Task>()
<< QString()
<< (QStringList() << QString::fromLatin1("/home/code/build/qt/examples/opengl/grabber") << QString::fromLatin1("/test/dir"));
<< (QStringList() << QString::fromLatin1("/home/code/build/qt/examples/opengl/grabber")
<< QString::fromLatin1("/home/code/build/qt/examples/opengl/grabber")
<< QString::fromLatin1("/test/dir"));
QTest::newRow("leaving directory")
<< (QStringList() << QString::fromLatin1("/home/code/build/qt/examples/opengl/grabber") << QString::fromLatin1("/test/dir"))
<< QString::fromLatin1("make[4]: Leaving directory `/home/code/build/qt/examples/opengl/grabber'")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment