[gnote] Remove old string test



commit 9cc606d1ffd63e37d11a247c32a1ee048987b0b0
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Wed Jan 25 22:40:53 2017 +0200

    Remove old string test

 src/Makefile.am         |    7 +--
 src/test/stringtest.cpp |   98 -----------------------------------------------
 2 files changed, 2 insertions(+), 103 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 638e632..5c864c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,9 +23,9 @@ GNOTE_LIBS = libgnote.la $(LIBGNOTE_LIBS)
 
 lib_LTLIBRARIES = libgnote.la
 bin_PROGRAMS = gnote
-check_PROGRAMS = trietest stringtest notetest dttest uritest filestest \
+check_PROGRAMS = trietest notetest dttest uritest filestest \
        fileinfotest xmlreadertest notemanagertest gnotesyncclienttest
-TESTS = trietest stringtest notetest dttest uritest filestest \
+TESTS = trietest notetest dttest uritest filestest \
        fileinfotest xmlreadertest notemanagertest gnotesyncclienttest
 
 if HAVE_UNITTESTCPP
@@ -46,9 +46,6 @@ trietest_LDADD = libgnote.la @LIBGLIBMM_LIBS@
 dttest_SOURCES = test/dttest.cpp
 dttest_LDADD = libgnote.la @LIBGLIBMM_LIBS@
 
-stringtest_SOURCES = test/stringtest.cpp
-stringtest_LDADD = libgnote.la @LIBGLIBMM_LIBS@
-
 filestest_SOURCES = test/filestest.cpp
 filestest_LDADD = libgnote.la @LIBGLIBMM_LIBS@ -lgiomm-2.4
 


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