[gnote: 8/21] Add sync manager test to tests and fix leftovers



commit e75fb5662aea7ef111c22aeda1ff0188960f969f
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sat Apr 1 22:03:40 2017 +0300

    Add sync manager test to tests and fix leftovers

 src/Makefile.am |   22 +++++++---------------
 1 files changed, 7 insertions(+), 15 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 10a3872..78c048d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,11 +29,15 @@ check_PROGRAMS = gnoteunittests
 TESTS = gnoteunittests
 
 gnoteunittests_SOURCES = \
-       synchronization/gnotesyncclient.hpp synchronization/gnotesyncclient.cpp \
+       synchronization/gnotesyncclient.cpp synchronization/gnotesyncclient.hpp \
+       synchronization/silentui.cpp synchronization/silentui.hpp \
+       synchronization/syncmanager.cpp synchronization/syncmanager.hpp \
        test/runner.cpp \
        test/testnote.cpp test/testnote.hpp \
        test/testnotemanager.cpp test/testnotemanager.hpp \
-       test/testsyncclient.hpp test/testsyncclient.cpp \
+       test/testsyncaddin.cpp test/testsyncaddin.hpp \
+       test/testsyncclient.cpp test/testsyncclient.hpp \
+       test/testsyncmanager.cpp test/testsyncmanager.hpp \
        test/testtagmanager.cpp test/testtagmanager.hpp \
        test/unit/datetimeutests.cpp \
        test/unit/filesutests.cpp \
@@ -42,6 +46,7 @@ gnoteunittests_SOURCES = \
        test/unit/noteutests.cpp \
        test/unit/notemanagerutests.cpp \
        test/unit/stringutests.cpp \
+       test/unit/syncmanagerutests.cpp \
        test/unit/trieutests.cpp \
        test/unit/uriutests.cpp \
        test/unit/xmlreaderutests.cpp \
@@ -49,19 +54,6 @@ gnoteunittests_SOURCES = \
 gnoteunittests_LDADD = libgnote.la @UNITTESTCPP_LIBS@
 endif
 
-syncmanagertest_SOURCES = test/syncmanagertest.cpp \
-       test/testnote.cpp test/testnote.hpp \
-       test/testnotemanager.cpp test/testnotemanager.hpp \
-       test/testsyncaddin.cpp test/testsyncaddin.hpp \
-       test/testsyncclient.cpp test/testsyncclient.hpp \
-       test/testsyncmanager.cpp test/testsyncmanager.hpp \
-       test/testtagmanager.cpp test/testtagmanager.hpp \
-       synchronization/gnotesyncclient.hpp synchronization/gnotesyncclient.cpp \
-       synchronization/silentui.hpp synchronization/silentui.cpp \
-       synchronization/syncmanager.hpp synchronization/syncmanager.cpp \
-       $(NULL)
-syncmanagertest_LDADD = $(GNOTE_LIBS)
-
 
 SUBDIRS += dbus
 DBUS_SOURCES=remotecontrolproxy.hpp remotecontrolproxy.cpp \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]