summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-04 11:21:13 +0100
committerJim Meyering <meyering@redhat.com>2011-03-20 10:54:45 +0100
commit128ab801c7a8dce08201a27ab437e7a69497e678 (patch)
tree65aa32df78df8065e2aedc43fdbae8747e6cc8e2
parentceda0a8ef2c71533fad3348cadb8d820a45cba1d (diff)
downloadidutils-128ab801c7a8dce08201a27ab437e7a69497e678.tar.gz
idutils-128ab801c7a8dce08201a27ab437e7a69497e678.tar.bz2
idutils-128ab801c7a8dce08201a27ab437e7a69497e678.zip
maint: avoid new false-positive syntax-check test failures
* .x-sc_program_name: Exempt main programs in testsuite/. * .x-sc_prohibit_always_true_header_tests: New file, to exempt src/lid.c from test for uses of cpp conditional, HAVE_TERMIOS_H. It looks like lid.c's uses (of struct termios) cannot be guaranteed to work with gnulib's replacement.
-rw-r--r--.x-sc_program_name1
-rw-r--r--.x-sc_prohibit_always_true_header_tests2
2 files changed, 3 insertions, 0 deletions
diff --git a/.x-sc_program_name b/.x-sc_program_name
new file mode 100644
index 0000000..3b37365
--- /dev/null
+++ b/.x-sc_program_name
@@ -0,0 +1 @@
+testsuite/
diff --git a/.x-sc_prohibit_always_true_header_tests b/.x-sc_prohibit_always_true_header_tests
new file mode 100644
index 0000000..b476bf8
--- /dev/null
+++ b/.x-sc_prohibit_always_true_header_tests
@@ -0,0 +1,2 @@
+src/lid.c
+ChangeLog