automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-1599-gc62c2c4
Date: Tue, 20 Dec 2011 19:36:24 +0000

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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c62c2c4ff232215bc37b64c635ecaadb01265828

The branch, testsuite-work has been updated
       via  c62c2c4ff232215bc37b64c635ecaadb01265828 (commit)
      from  268d66ec2fc3b8525e99b6dcdec2d4d9e3eaa93e (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 c62c2c4ff232215bc37b64c635ecaadb01265828
Author: Stefano Lattarini <address@hidden>
Date:   Tue Dec 20 20:27:09 2011 +0100

    tests: fix spurious failure on MSYS/MinGW and Cygwin
    
    * tests/primary-prefix-couples-force-valid.test (Makefile.am):
    Correctly append $(EXEEXT) to the path of built binaries.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                                     |    6 ++++++
 tests/primary-prefix-couples-force-valid.test |    6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 80b9556..9aac8bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-20  Stefano Lattarini  <address@hidden>
+
+       tests: fix spurious failure on MSYS/MinGW and Cygwin
+       * tests/primary-prefix-couples-force-valid.test (Makefile.am):
+       Correctly append $(EXEEXT) to the path of built binaries.
+
 2011-12-16  Stefano Lattarini  <address@hidden>
 
        test defs: hack to support autoconf-wrapper programs
diff --git a/tests/primary-prefix-couples-force-valid.test 
b/tests/primary-prefix-couples-force-valid.test
index 405f606..9270023 100755
--- a/tests/primary-prefix-couples-force-valid.test
+++ b/tests/primary-prefix-couples-force-valid.test
@@ -47,9 +47,9 @@ installcheck-local: test
 .PHONY: test
 test:
        (cd '$(prefix)' && find .);: For debugging.
-       ls -l '$(libdir)/foo'
-       test -f '$(libdir)/foo'
-       test -x '$(libdir)/foo'
+       ls -l '$(libdir)/foo$(EXEEXT)'
+       test -f '$(libdir)/foo$(EXEEXT)'
+       test -x '$(libdir)/foo$(EXEEXT)'
        ls -l '$(bindir)/libquux.a'
        test -f '$(bindir)/libquux.a'
        ls -l '$(libexecdir)/bar.h'


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]