From 6d78c2df58a4b22ad4a8bfae1b7780f02276ba3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 11 Aug 2010 10:49:22 +0100 Subject: [PATCH] maint: exclude tests from the set_program_name syntax-check * .x-sc_program_name: Exclude all current and future c files in gl/tests from this check * gl/tests/test-di-set.c: Remove the hack to work around the set_program_name syntax-check * gl/tests/test-ino-map.c: Likewise * gl/tests/test-rand-isaac.c: Likewise --- .x-sc_program_name | 3 +-- gl/tests/test-di-set.c | 1 - gl/tests/test-ino-map.c | 1 - gl/tests/test-rand-isaac.c | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.x-sc_program_name b/.x-sc_program_name index 066704422..86cc5c1a7 100644 --- a/.x-sc_program_name +++ b/.x-sc_program_name @@ -1,4 +1,3 @@ gl/lib/randint.c lib/euidaccess-stat.c -gl/tests/test-mbsalign.c -gl/tests/test-fadvise.c +gl/tests/.*\.c diff --git a/gl/tests/test-di-set.c b/gl/tests/test-di-set.c index e5fb6cb21..7f02e66c5 100644 --- a/gl/tests/test-di-set.c +++ b/gl/tests/test-di-set.c @@ -39,7 +39,6 @@ int main (void) { - /* set_program_name (argv[0]); placate overzealous "syntax-check" test. */ struct di_set *dis = di_set_alloc (); ASSERT (dis); diff --git a/gl/tests/test-ino-map.c b/gl/tests/test-ino-map.c index 2b44602e2..aa7334afa 100644 --- a/gl/tests/test-ino-map.c +++ b/gl/tests/test-ino-map.c @@ -39,7 +39,6 @@ int main () { - /* set_program_name (argv[0]); placate overzealous "syntax-check" test. */ enum { INO_MAP_INIT = 123 }; struct ino_map *ino_map = ino_map_alloc (INO_MAP_INIT); ASSERT (ino_map != NULL); diff --git a/gl/tests/test-rand-isaac.c b/gl/tests/test-rand-isaac.c index c1ad01a38..03b004c4f 100644 --- a/gl/tests/test-rand-isaac.c +++ b/gl/tests/test-rand-isaac.c @@ -576,7 +576,6 @@ static isaac_word const expected[2][ISAAC_WORDS] = int main (int argc, char **argv) { - /* set_program_name (argv[0]); placate overzealous "syntax-check" test. */ unsigned int i; isaac_word r[ISAAC_WORDS]; int iterations; -- 2.11.4.GIT