[geany/geany-plugins] a02582: XmlSnippets: enable test program on "make check"
Enrico Tröger
git-noreply at xxxxx
Tue Nov 7 06:09:32 UTC 2017
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Tue, 07 Nov 2017 06:09:32 UTC
Commit: a02582b51afa8811145b35d849aa8b960ff3d9c2
https://github.com/geany/geany-plugins/commit/a02582b51afa8811145b35d849aa8b960ff3d9c2
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).
More information about the Plugins-Commits
mailing list