summaryrefslogtreecommitdiff
path: root/testsuite/runtests.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-14 17:59:35 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:33 -0800
commit7a9323516d58819a4b27f917fc29c574cd5b9503 (patch)
tree9adcf9a962ec390b2f4efb1016ffaeaa3510a2b5 /testsuite/runtests.c
parent32782c26e7341b310d337d2cb8961fb1ada68a6a (diff)
downloadsed-7a9323516d58819a4b27f917fc29c574cd5b9503.tar.gz
maint: turn on the test that prohibits use of HAVE_CONFIG_H
* cfg.mk (local-checks-to-skip): Remove the exemption here. * testsuite/bug-regex10.c: Remove the use of the offending macro. * testsuite/bug-regex11.c: Likewise. * testsuite/bug-regex12.c: Likewise. * testsuite/bug-regex13.c: Likewise. * testsuite/bug-regex14.c: Likewise. * testsuite/bug-regex15.c: Likewise. * testsuite/bug-regex16.c: Likewise. * testsuite/bug-regex21.c: Likewise. * testsuite/bug-regex7.c: Likewise. * testsuite/bug-regex8.c: Likewise. * testsuite/bug-regex9.c: Likewise. * testsuite/runptests.c: Likewise. * testsuite/runtests.c: Likewise. * testsuite/tst-boost.c: Likewise. * testsuite/tst-pcre.c: Likewise. * testsuite/tst-regex.c: Likewise. * testsuite/tst-regex2.c: Likewise. * testsuite/tst-rxspencer.c: Likewise.
Diffstat (limited to 'testsuite/runtests.c')
-rw-r--r--testsuite/runtests.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/runtests.c b/testsuite/runtests.c
index 2f62315..325f240 100644
--- a/testsuite/runtests.c
+++ b/testsuite/runtests.c
@@ -22,11 +22,7 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-
-
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <sys/types.h>
#include <regex.h>
@@ -34,8 +30,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include <stdlib.h>
#include <string.h>
-
-
struct a_test
{
int expected;