Add CONFIG += testcase to auto/unit/qaudiobuffer/qaudiobuffer.pro.
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Fri, 22 May 2015 08:05:33 +0000 (10:05 +0200)
committerYoann Lopes <yoann.lopes@theqtcompany.com>
Tue, 26 May 2015 11:58:24 +0000 (11:58 +0000)
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>
tests/auto/unit/qaudiobuffer/qaudiobuffer.pro

index 0694bf8..cd3b42f 100644 (file)
@@ -8,7 +8,7 @@ QT       += multimedia testlib
 QT       -= gui
 
 TARGET = tst_qaudiobuffer
-CONFIG   += console
+CONFIG   += testcase
 CONFIG   -= app_bundle
 
 TEMPLATE = app