From 72de2ae3175f78663dd86027870d0ee25ceee98b Mon Sep 17 00:00:00 2001 From: James McDonnell Date: Mon, 16 Nov 2015 16:53:23 -0500 Subject: Add a file to the TESTDATA list The file exists but it isn't listed in TESTDATA. This is only a problem when the target is a another system as is the case with Qt for QNX. Tests fail because the file isn't deployed. Noticed this while testing the changes for custom spacing of JSON output. Task-number: QTBUG-47437 Change-Id: I098c34d2ab9027956d9233b24f30b5192ecfe96f Reviewed-by: Olivier Goffart (Woboq GmbH) Reviewed-by: Friedemann Kleint --- tests/benchmarks/corelib/tools/qbytearray/qbytearray.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/benchmarks/corelib') diff --git a/tests/benchmarks/corelib/tools/qbytearray/qbytearray.pro b/tests/benchmarks/corelib/tools/qbytearray/qbytearray.pro index 6a60b306f1..cf28b0247f 100644 --- a/tests/benchmarks/corelib/tools/qbytearray/qbytearray.pro +++ b/tests/benchmarks/corelib/tools/qbytearray/qbytearray.pro @@ -3,4 +3,5 @@ TARGET = tst_bench_qbytearray QT = core testlib +TESTDATA += main.cpp SOURCES += main.cpp -- cgit v1.2.3