summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-22 10:05:33 +0200
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-05-26 11:58:24 +0000
commita26df92bac147b5d9fa24caf95952010d3a76f2f (patch)
tree38e32ffd959043252256ce6983dbba60d2ca87b3 /tests
parent288d54947406caa9b9d6326a88a7dc8afc64ee04 (diff)
Add CONFIG += testcase to auto/unit/qaudiobuffer/qaudiobuffer.pro.
When missing, make check is an empty target, meaning the test is never run in the CI. Change-Id: I6f09e0f78c26b631fdfe89d2520dc0012d177843 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/unit/qaudiobuffer/qaudiobuffer.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/qaudiobuffer/qaudiobuffer.pro b/tests/auto/unit/qaudiobuffer/qaudiobuffer.pro
index 0694bf823..cd3b42f50 100644
--- a/tests/auto/unit/qaudiobuffer/qaudiobuffer.pro
+++ b/tests/auto/unit/qaudiobuffer/qaudiobuffer.pro
@@ -8,7 +8,7 @@ QT += multimedia testlib
QT -= gui
TARGET = tst_qaudiobuffer
-CONFIG += console
+CONFIG += testcase
CONFIG -= app_bundle
TEMPLATE = app