automake-patches
[Top][All Lists]
Advanced

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

[FYI] {maint} test defs: rename requirement 'non-cross' -> 'native'


From: Stefano Lattarini
Subject: [FYI] {maint} test defs: rename requirement 'non-cross' -> 'native'
Date: Thu, 19 May 2011 21:50:29 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

* tests/defs.in (non-cross): Rename requirement ...
(native): ... to this, which is clearer and fits the
existing lingo better.

Suggestion by Ralf Wildenhues.
---
 ChangeLog     |    8 ++++++++
 tests/defs.in |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 333e3ab..d50f10f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-19  Stefano Lattarini  <address@hidden>
+
+       test defs: rename requirement 'non-cross' -> 'native'
+       * tests/defs.in (non-cross): Rename requirement ...
+       (native): ... to this, which is clearer and fits the
+       existing lingo better.
+       Suggestion by Ralf Wildenhues.
+
 2011-05-15  Stefano Lattarini  <address@hidden>
 
        testsuite: be more cross-compile friendly
diff --git a/tests/defs.in b/tests/defs.in
index 736a394..e020498 100644
--- a/tests/defs.in
+++ b/tests/defs.in
@@ -292,7 +292,7 @@ do
       rm -f $priv_check_temp
       test $overwrite_status = 0 && exit 77
       ;;
-    non-cross)
+    native)
       cross_compiling && skip_ "doesn't work in cross-compile mode"
       ;;
     python)
-- 
1.7.2.3




reply via email to

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