From bd0f948a40da1fa04f1035b2278856e2b8649ab1 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Mon, 17 Oct 2011 14:17:41 +1000 Subject: Add Affector Benchmark Just for generic affector. Change-Id: I62acf524eb2c6491bc88fd687a0065866d7ceaaa Reviewed-by: Martin Jones --- tests/benchmarks/particles/affectors/affectors.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/benchmarks/particles/affectors/affectors.pro (limited to 'tests/benchmarks/particles/affectors/affectors.pro') diff --git a/tests/benchmarks/particles/affectors/affectors.pro b/tests/benchmarks/particles/affectors/affectors.pro new file mode 100644 index 0000000000..4d1926da22 --- /dev/null +++ b/tests/benchmarks/particles/affectors/affectors.pro @@ -0,0 +1,10 @@ +CONFIG += testcase +TARGET = tst_affectors +SOURCES += tst_affectors.cpp +macx:CONFIG -= app_bundle + +testDataFiles.files = data +testDataFiles.path = . +DEPLOYMENT += testDataFiles + +QT += core-private gui-private v8-private declarative-private opengl-private testlib -- cgit v1.2.1