From 3b43048ef178f5c74b5fb9aba5d5ee5fc4f1e419 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sat, 10 Dec 2011 13:13:44 +0000 Subject: add some unit test code git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@689 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- test/test.pro | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/test.pro diff --git a/test/test.pro b/test/test.pro new file mode 100644 index 0000000..ff2aef3 --- /dev/null +++ b/test/test.pro @@ -0,0 +1,21 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Sa. Dez 10 12:52:21 2011 +###################################################################### + +CONFIG += qtestlib +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . +#DESTDIR = ../release + +# Input +SOURCES += testgpgcontext.cpp \ + ../gpgcontext.cpp \ + ../gpgconstants.cpp +HEADERS += ../gpgcontext.h \ + ../gpgconstants.h + +LIBS += -lgpgme \ + -lgpg-error \ + -- cgit v1.2.3