automake-patches
[Top][All Lists]
Advanced

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

[FYI] {tests-init} Tests defs: more uses of $top_testsrcdir.


From: Stefano Lattarini
Subject: [FYI] {tests-init} Tests defs: more uses of $top_testsrcdir.
Date: Sun, 12 Dec 2010 22:14:59 +0100
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

I pushed this patch to the tests-init branch as obvious.

Regards,
  Stefano

-*-*-*-

Tests defs: more uses of $top_testsrcdir.

* tests/compile6.test: Use `$top_testsrcdir' instead of
`$testsrcdir/..'.
---
 ChangeLog           |    6 ++++++
 tests/compile6.test |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b3f0e49..6ef1e4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-12  Stefano Lattarini  <address@hidden>
+
+       Tests defs: more uses of $top_testsrcdir.
+       * tests/compile6.test: Use `$top_testsrcdir' instead of
+       `$testsrcdir/..'.
+
 2010-11-12  Stefano Lattarini  <address@hidden>
 
        Tests required tools: also try `-v' option for GNU compilers.
diff --git a/tests/compile6.test b/tests/compile6.test
index f45a534..1f012cf 100755
--- a/tests/compile6.test
+++ b/tests/compile6.test
@@ -21,7 +21,7 @@ required=xsi-shell
 
 set -e
 
-cp "$testsrcdir/../lib/compile" .
+cp "$top_testsrcdir/lib/compile" .
 
 # Use a dummy cl, since cl isn't readily available on all systems
 cat >cl <<'END'
-- 
1.7.1



reply via email to

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