Enable pcre2grep tests.

This commit is contained in:
Philip.Hazel 2014-07-15 08:49:45 +00:00
parent 7854bf34b3
commit 1701838220
2 changed files with 6 additions and 6 deletions

View File

@ -489,10 +489,10 @@ endif # WITH_GCOV
## When the 8-bit library is configured, pcre2grep will have been built.
#if WIDH_PCRE8
#TESTS += RunGrepTest
#dist_noinst_SCRIPTS += RunGrepTest
#endif # WITH_PCRE8
if WITH_PCRE8
TESTS += RunGrepTest
dist_noinst_SCRIPTS += RunGrepTest
endif # WITH_PCRE8
## Distribute all the test data files

View File

@ -259,13 +259,13 @@ sure both macros are undefined; an emulation function will then be used. */
#define SUPPORT_LIBZ /**/
/* Define to any value to enable the 16 bit PCRE2 library. */
/* #undef SUPPORT_PCRE16 */
#define SUPPORT_PCRE16 /**/
/* Define to any value to enable JIT support in pcre2grep. */
/* #undef SUPPORT_PCRE2GREP_JIT */
/* Define to any value to enable the 32 bit PCRE2 library. */
/* #undef SUPPORT_PCRE32 */
#define SUPPORT_PCRE32 /**/
/* Define to any value to enable the 8 bit PCRE2 library. */
#define SUPPORT_PCRE8 /**/