From ca3adabbf02dae85876bedf28eccea60c79365f4 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 24 Mar 2014 14:55:23 +0100 Subject: Introduce abstraction layer for QSKIP. We might want to skip tests in other files as well. Change-Id: Ia2352fdf472b461fb3d9ed6134789b4f56d126e8 Reviewed-by: Joerg Bornemann --- tests/auto/blackbox/blackbox.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/blackbox/blackbox.qbs') diff --git a/tests/auto/blackbox/blackbox.qbs b/tests/auto/blackbox/blackbox.qbs index f7c28939b..eb227df4b 100644 --- a/tests/auto/blackbox/blackbox.qbs +++ b/tests/auto/blackbox/blackbox.qbs @@ -2,6 +2,6 @@ import "../autotest.qbs" as AutoTest AutoTest { testName: "blackbox" - files: ["tst_blackbox.h", "tst_blackbox.cpp"] + files: ["../skip.h", "tst_blackbox.h", "tst_blackbox.cpp", ] cpp.defines: base.concat(['SRCDIR="' + path + '"']) } -- cgit v1.2.3