From bce061c8d4732e03e4d3fa121afb3cefed671a98 Mon Sep 17 00:00:00 2001 From: Denis Dzyubenko Date: Fri, 6 Jan 2012 13:14:25 +0100 Subject: Marked unit tests as testcases Also, don't make a bundle on Mac. Change-Id: I09afaa215355a83aca96b1abcc62c27305552b54 Sanity-Review: Qt Sanity Bot Reviewed-by: Lars Knoll --- tests/auto/auto.pro | 3 +++ tests/benchmarks/benchmarks.pro | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index c7fd329..670e5ca 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,3 +1,6 @@ TARGET = tst_qtjson QT = core testlib json +CONFIG -= app_bundle +CONFIG += testcase + SOURCES += tst_qtjson.cpp diff --git a/tests/benchmarks/benchmarks.pro b/tests/benchmarks/benchmarks.pro index 3827dff..9b70715 100644 --- a/tests/benchmarks/benchmarks.pro +++ b/tests/benchmarks/benchmarks.pro @@ -1,3 +1,6 @@ TARGET = tst_bench_qtbinaryjson QT = core testlib json +CONFIG -= app_bundle +CONFIG += testcase + SOURCES += tst_bench_qtbinaryjson.cpp -- cgit v1.2.3