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>
This commit is contained in:
Friedemann Kleint
2015-05-22 10:05:33 +02:00
committed by Yoann Lopes
parent 288d549474
commit a26df92bac

View File

@@ -8,7 +8,7 @@ QT += multimedia testlib
QT -= gui QT -= gui
TARGET = tst_qaudiobuffer TARGET = tst_qaudiobuffer
CONFIG += console CONFIG += testcase
CONFIG -= app_bundle CONFIG -= app_bundle
TEMPLATE = app TEMPLATE = app