summaryrefslogtreecommitdiff
path: root/client/test.pro.in
diff options
context:
space:
mode:
authordeva <deva>2009-08-31 11:33:57 +0000
committerdeva <deva>2009-08-31 11:33:57 +0000
commit86bd08d47842e5681835412ac6c08d7135a6adc5 (patch)
tree767a04c8e126d152bab922629a65a4f3e02d0953 /client/test.pro.in
parent6cbc11417ee97c50fadedc1cb976f15a0c69fecc (diff)
Initial attempt on a unit test system.
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