X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2FMakefile.am;h=d69e78358c5b727930ec45298ebfd46a8cfd7304;hb=0db406cb192f6036094b4c5269e8c43e5c87ba93;hp=d26b21f885f8f14151a8a43f6bbbd996a6241eff;hpb=2eddc3265c31f31349bc06af396393dbd6cbe8eb;p=platform%2Fupstream%2Fdbus.git diff --git a/test/Makefile.am b/test/Makefile.am index d26b21f..d69e783 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -89,6 +89,10 @@ test_refs_SOURCES = internals/refs.c test_refs_CPPFLAGS = $(static_cppflags) test_refs_LDADD = libdbus-testutils.la $(GLIB_LIBS) +test_syslog_SOURCES = internals/syslog.c +test_syslog_CPPFLAGS = $(static_cppflags) +test_syslog_LDADD = libdbus-testutils.la $(GLIB_LIBS) + EXTRA_DIST = dbus-test-runner testexecdir = $(libdir)/dbus-1.0/test @@ -103,6 +107,7 @@ installable_tests = \ test-marshal \ test-refs \ test-relay \ + test-syslog \ $(NULL) installcheck_tests = @@ -258,6 +263,8 @@ clean-local: REVERSEDIRS="$$D $$REVERSEDIRS" ; \ done ; \ for D in $$REVERSEDIRS; do \ - rmdir $(top_builddir)/test/$$D || exit 1 ; \ + rmdir $(top_builddir)/test/$$D || \ + test ! -d $(top_builddir)/test/$$D || \ + exit 1 ; \ done ; \ fi