aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.cpp')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 6fea9abf6..1766cf2b7 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -4058,6 +4058,9 @@ void TestBlackbox::generatedArtifactAsInputToDynamicRule()
QVERIFY2(!regularFileExists(oldFile), qPrintable(oldFile));
const QString newFile = relativeProductBuildDir("p") + "/new.txt";
QVERIFY2(regularFileExists(newFile), qPrintable(oldFile));
+ QVERIFY2(m_qbsStdout.contains("generating"), m_qbsStdout.constData());
+ QCOMPARE(runQbs(), 0);
+ QVERIFY2(!m_qbsStdout.contains("generating"), m_qbsStdout.constData());
}
static bool haveWiX(const Profile &profile)