File tree 6 files changed +23
-1
lines changed
6 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -213,6 +213,7 @@ AC_CONFIG_FILES([
213
213
examples/c/Makefile
214
214
examples/c++-lib/Makefile
215
215
dbus/Makefile
216
+ dbus/testsuite/Makefile
216
217
server/Makefile
217
218
client/Makefile
218
219
client/utils/Makefile
Original file line number Diff line number Diff line change 2
2
# Makefile.am for snapper/dbus
3
3
#
4
4
5
+ SUBDIRS = . testsuite
6
+
5
7
AM_CPPFLAGS = -I$(top_srcdir ) $(DBUS_CFLAGS )
6
8
7
9
noinst_LTLIBRARIES = libdbus.la
Original file line number Diff line number Diff line change
1
+ * .log
2
+ * .o
3
+ * .test
4
+ * .trs
5
+ test-suite.log
Original file line number Diff line number Diff line change
1
+ #
2
+ # Makefile.am for snapper/dbus/testsuite
3
+ #
4
+
5
+ AM_CPPFLAGS = -I$(top_srcdir ) $(DBUS_CFLAGS )
6
+
7
+ LDADD = ../../snapper/libsnapper.la ../libdbus.la -lboost_unit_test_framework
8
+
9
+ check_PROGRAMS = escape.test
10
+
11
+ TESTS = $(check_PROGRAMS )
12
+
13
+ AM_DEFAULT_SOURCE_EXT = .cc
14
+
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
7
7
LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lboost_unit_test_framework
8
8
9
9
check_PROGRAMS = sysconfig-get1.test dirname1.test basename1.test \
10
- equal-date.test dbus-escape.test cmp-lt.test humanstring.test uuid.test \
10
+ equal-date.test cmp-lt.test humanstring.test uuid.test \
11
11
table.test table-formatter.test csv-formatter.test json-formatter.test \
12
12
getopts.test scan-datetime.test root-prefix.test range.test limit.test
13
13
You can’t perform that action at this time.
0 commit comments