summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortezeb <tezeb+github@outoftheblue.pl>2017-01-10 00:18:23 +0100
committertezeb <tezeb+github@outoftheblue.pl>2017-01-10 00:18:23 +0100
commit56b5674af3e59e95888774925f92f1ea0dc8e0f2 (patch)
treed23fb02609fb582623492e4a8b94ce281c09efa4 /tests
parentc3f44c2cd1adb36013cc54638e1fd507d5121ad5 (diff)
creation of transaction entity for better process-mgmt
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/util/util.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/util/util.pro b/tests/auto/util/util.pro
index 7d672ebb..0492abed 100644
--- a/tests/auto/util/util.pro
+++ b/tests/auto/util/util.pro
@@ -7,7 +7,8 @@ SOURCES += tst_util.cpp \
pass.cpp \
realpass.cpp \
imitatepass.cpp \
- executor.cpp
+ executor.cpp \
+ simpletransaction.cpp
HEADERS += util.h \
qtpasssettings.h \
@@ -15,7 +16,8 @@ HEADERS += util.h \
pass.h \
realpass.h \
imitatepass.h \
- executor.h
+ executor.h \
+ simpletransaction.h
VPATH += ../../../src
INCLUDEPATH += ../../../src