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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 6ef0acaba..826884f08 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -4138,6 +4138,13 @@ void TestBlackbox::multipleConfigurations()
QCOMPARE(m_qbsStdout.count("compiling main.cpp"), 3);
}
+void TestBlackbox::multiplexedTool()
+{
+ QDir::setCurrent(testDataDir + "/multiplexed-tool");
+ QCOMPARE(runQbs(), 0);
+ QCOMPARE(m_qbsStdout.count("creating tool.out"), 4);
+}
+
void TestBlackbox::nestedGroups()
{
QDir::setCurrent(testDataDir + "/nested-groups");