[geany/geany-plugins] 27fcd5: Autotools: Use check_PROGRAMS for tests
Quentin Glidic
git-noreply at xxxxx
Sat Jun 16 16:23:06 UTC 2012
Branch: refs/heads/master
Author: Quentin Glidic <sardemff7+git at sardemff7.net>
Committer: Chow Loong Jin <hyperair at debian.org>
Date: Sat, 16 Jun 2012 16:23:06
Commit: 27fcd5630e268b368b225c41123530525b9705ba
https://github.com/geany/geany-plugins/commit/27fcd5630e268b368b225c41123530525b9705ba
Log Message:
-----------
Autotools: Use check_PROGRAMS for tests
Modified Paths:
--------------
geanyprj/tests/Makefile.am
geanyvc/tests/Makefile.am
Modified: geanyprj/tests/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2,7 +2,7 @@ if UNITTESTS
include $(top_srcdir)/build/vars.build.mk
INCLUDES = $(GEANY_CFLAGS) -I$(srcdir)/../src -DUNITTESTS
TESTS=unittests
-noinst_PROGRAMS=unittests
+check_PROGRAMS=unittests
unittests_SOURCES = unittests.c ../src/utils.c
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
endif
Modified: geanyvc/tests/Makefile.am
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3,7 +3,7 @@ if ENABLE_GEANYVC
include $(top_srcdir)/build/vars.build.mk
INCLUDES = $(GEANY_CFLAGS) -DUNITTESTS
TESTS=unittests
-noinst_PROGRAMS=unittests
+check_PROGRAMS=unittests
unittests_SOURCES = unittests.c ../src/utils.c
unittests_LDADD = @GEANY_LIBS@ $(INTLLIBS) @CHECK_LIBS@
endif
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list