This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=1026d8c5e83fc314be31428dd5f724fb0a269169 The branch, master has been updated via 1026d8c5e83fc314be31428dd5f724fb0a269169 (commit) from 0bc82c2a566362a42db4ef227a33e15b7c399dba (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1026d8c5e83fc314be31428dd5f724fb0a269169 Author: Simon Josefsson <[email protected]> Date: Mon Feb 15 16:34:55 2010 +0100 Drop EXEEXT for self-tests. ----------------------------------------------------------------------- Summary of changes: lib/gs2/Makefile.am | 4 ++-- lib/tests/Makefile.am | 6 +++--- tests/Makefile.am | 11 ++++------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/lib/gs2/Makefile.am b/lib/gs2/Makefile.am index 69560f1..30ebf73 100644 --- a/lib/gs2/Makefile.am +++ b/lib/gs2/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2006, 2008, 2009 Simon Josefsson. +# Copyright (C) 2006, 2008, 2009, 2010 Simon Josefsson. # # This file is part of GNU SASL Library. # @@ -38,6 +38,6 @@ endif LDADD = libgsasl-gs2.la ../gl/libgl.la -ctests = test-parser$(EXEEXT) +ctests = test-parser TESTS = $(ctests) check_PROGRAMS = $(ctests) diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index b37d254..dbf4d44 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson # # This file is part of GNU SASL Library. # @@ -23,5 +23,5 @@ AM_CPPFLAGS += -DLOCALEDIR=\"$(datadir)/locale\" LDADD = $(LTLIBINTL) -TESTS = test-error$(EXEEXT) -check_PROGRAMS = test-error$(EXEEXT) +TESTS = test-error +check_PROGRAMS = test-error diff --git a/tests/Makefile.am b/tests/Makefile.am index 1d049f2..01de69c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,15 +40,12 @@ TESTS_ENVIRONMENT = \ EGREP="$(EGREP)" \ $(VALGRIND) -ctests = external$(EXEEXT) cram-md5$(EXEEXT) digest-md5$(EXEEXT) \ - md5file$(EXEEXT) name$(EXEEXT) errors$(EXEEXT) \ - suggest$(EXEEXT) simple$(EXEEXT) crypto$(EXEEXT) \ - scram$(EXEEXT) symbols$(EXEEXT) +ctests = external cram-md5 digest-md5 md5file name errors suggest \ + simple crypto scram symbols if OBSOLETE -ctests += old-simple$(EXEEXT) old-md5file$(EXEEXT) \ - old-cram-md5$(EXEEXT) old-digest-md5$(EXEEXT) \ - old-base64$(EXEEXT) +ctests += old-simple old-md5file old-cram-md5 old-digest-md5 \ + old-base64 endif # old-gssapi hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
