From 86bd08d47842e5681835412ac6c08d7135a6adc5 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 31 Aug 2009 11:33:57 +0000 Subject: Initial attempt on a unit test system. --- client/test.pro.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/test.pro.in (limited to 'client/test.pro.in') 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 -- cgit v1.2.3