summaryrefslogtreecommitdiffstats
path: root/tests/modules/SessionManager/SessionManager.pro
diff options
context:
space:
mode:
authorNick Dedekind <nicholas.dedekind@gmail.com>2014-08-29 00:36:42 +0100
committerNick Dedekind <nicholas.dedekind@gmail.com>2014-08-29 00:36:42 +0100
commit23b0b4bdebffe70fcc49903d9f4e4c3aeb11f866 (patch)
tree29759f99dcbc41b2d9944ded130fc3b5e66d9df7 /tests/modules/SessionManager/SessionManager.pro
parent983dfd25af1c8f3c860c77b5fc257180d2664687 (diff)
reintroduced tests
Diffstat (limited to 'tests/modules/SessionManager/SessionManager.pro')
-rw-r--r--tests/modules/SessionManager/SessionManager.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/modules/SessionManager/SessionManager.pro b/tests/modules/SessionManager/SessionManager.pro
new file mode 100644
index 0000000..b295384
--- /dev/null
+++ b/tests/modules/SessionManager/SessionManager.pro
@@ -0,0 +1,17 @@
+include(../../test-includes.pri)
+include(../common/common.pri)
+
+TARGET = session_manager_test
+
+INCLUDEPATH += \
+ ../../../src/platforms/mirserver \
+ ../../../src/modules/Unity/Application
+
+SOURCES += \
+ session_manager_test.cpp \
+ session_test.cpp
+
+# need to link in the QPA plugin too for access to MirServerConfiguration
+LIBS += -Wl,-rpath,$${PWD}/../../../src/platforms/mirserver \
+ -L../../../src/platforms/mirserver -lqpa-mirserver
+