From 2fec9f098ac951e1f7725bce5894c3c7355c59ba Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 19 May 2011 21:48:27 +0200 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ tests/defs.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 333e3ab9e..d50f10f29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-05-19 Stefano Lattarini + + 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 testsuite: be more cross-compile friendly diff --git a/tests/defs.in b/tests/defs.in index 736a3940e..e020498af 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) -- 2.47.2