Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Tue, 07 Nov 2017 06:09:32 UTC Commit: a02582b51afa8811145b35d849aa8b960ff3d9c2 https://github.com/geany/geany-plugins/commit/a02582b51afa8811145b35d849aa8b...
Log Message: ----------- XmlSnippets: enable test program on "make check"
It seems calling the test program was just missed in the build system.
Modified Paths: -------------- xmlsnippets/src/Makefile.am
Modified: xmlsnippets/src/Makefile.am 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -21,5 +21,6 @@ xmlsnippets_check_SOURCES = \
xmlsnippets_check_CPPFLAGS = -DTEST xmlsnippets_check_LDADD = $(COMMONLIBS) +TESTS = $(check_PROGRAMS)
include $(top_srcdir)/build/cppcheck.mk
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).