summaryrefslogtreecommitdiff
path: root/client/test.pro.in
diff options
context:
space:
mode:
Diffstat (limited to 'client/test.pro.in')
-rw-r--r--client/test.pro.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/test.pro.in b/client/test.pro.in
new file mode 100644
index 0000000..0442489
--- /dev/null
+++ b/client/test.pro.in
@@ -0,0 +1,7 @@
+include('client.pro')
+TARGET = test_app
+CONFIG += qtestlib
+DEFINES += TESTING
+SOURCES += \
+ TESTFILE \
+ test/util.cc