summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/ddstextures/ddstextures.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/ddstextures/ddstextures.pro')
-rw-r--r--tests/auto/render/ddstextures/ddstextures.pro37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/auto/render/ddstextures/ddstextures.pro b/tests/auto/render/ddstextures/ddstextures.pro
new file mode 100644
index 000000000..e81fd80d8
--- /dev/null
+++ b/tests/auto/render/ddstextures/ddstextures.pro
@@ -0,0 +1,37 @@
+TEMPLATE = app
+
+TARGET = tst_ddstextures
+
+CONFIG += testcase
+
+SOURCES += tst_ddstextures.cpp
+
+OTHER_FILES = \
+ data/16x16x1-1-bc1.dds \
+ data/16x16x1-1-bc1-dx10.dds \
+ data/16x16x1-1-bc1-nomips.dds \
+ data/16x16x1-1-bc1-nomips-dx10.dds \
+ data/16x16x1-1-bc3.dds \
+ data/16x16x1-1-bc3-dx10.dds \
+ data/16x16x1-1-bc3-nomips.dds \
+ data/16x16x1-1-bc3-nomips-dx10.dds \
+ data/16x16x1-1-lumi.dds \
+ data/16x16x1-1-lumi-nomips.dds \
+ data/16x16x1-1-rgb.dds \
+ data/16x16x1-1-rgb-nomips.dds \
+ data/16x16x1-6-bc1.dds \
+ data/16x16x1-6-bc1-dx10.dds \
+ data/16x16x1-6-bc1-nomips.dds \
+ data/16x16x1-6-bc1-nomips-dx10.dds \
+ data/16x16x1-6-bc3.dds \
+ data/16x16x1-6-bc3-dx10.dds \
+ data/16x16x1-6-bc3-nomips.dds \
+ data/16x16x1-6-bc3-nomips-dx10.dds \
+ data/16x16x1-6-lumi.dds \
+ data/16x16x1-6-lumi-nomips.dds \
+ data/16x16x1-6-rgb.dds \
+ data/16x16x1-6-rgb-nomips.dds
+
+TESTDATA = data/*
+
+QT += core-private 3dcore 3dcore-private 3drender 3drender-private testlib