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:
committed by
Yoann Lopes
parent
288d549474
commit
a26df92bac
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user