Skip to content

Commit

Permalink
- moved testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Jul 8, 2024
1 parent f221daf commit ffda11d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ AC_CONFIG_FILES([
examples/c/Makefile
examples/c++-lib/Makefile
dbus/Makefile
dbus/testsuite/Makefile
server/Makefile
client/Makefile
client/utils/Makefile
Expand Down
2 changes: 2 additions & 0 deletions dbus/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Makefile.am for snapper/dbus
#

SUBDIRS = . testsuite

AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)

noinst_LTLIBRARIES = libdbus.la
Expand Down
5 changes: 5 additions & 0 deletions dbus/testsuite/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.log
*.o
*.test
*.trs
test-suite.log
14 changes: 14 additions & 0 deletions dbus/testsuite/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#
# Makefile.am for snapper/dbus/testsuite
#

AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)

LDADD = ../../snapper/libsnapper.la ../libdbus.la -lboost_unit_test_framework

check_PROGRAMS = escape.test

TESTS = $(check_PROGRAMS)

AM_DEFAULT_SOURCE_EXT = .cc

File renamed without changes.
2 changes: 1 addition & 1 deletion testsuite/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lboost_unit_test_framework

check_PROGRAMS = sysconfig-get1.test dirname1.test basename1.test \
equal-date.test dbus-escape.test cmp-lt.test humanstring.test uuid.test \
equal-date.test cmp-lt.test humanstring.test uuid.test \
table.test table-formatter.test csv-formatter.test json-formatter.test \
getopts.test scan-datetime.test root-prefix.test range.test limit.test

Expand Down

0 comments on commit ffda11d

Please sign in to comment.