Enable pcre2grep tests.
This commit is contained in:
parent
7854bf34b3
commit
1701838220
|
@ -489,10 +489,10 @@ endif # WITH_GCOV
|
||||||
|
|
||||||
## When the 8-bit library is configured, pcre2grep will have been built.
|
## When the 8-bit library is configured, pcre2grep will have been built.
|
||||||
|
|
||||||
#if WIDH_PCRE8
|
if WITH_PCRE8
|
||||||
#TESTS += RunGrepTest
|
TESTS += RunGrepTest
|
||||||
#dist_noinst_SCRIPTS += RunGrepTest
|
dist_noinst_SCRIPTS += RunGrepTest
|
||||||
#endif # WITH_PCRE8
|
endif # WITH_PCRE8
|
||||||
|
|
||||||
## Distribute all the test data files
|
## Distribute all the test data files
|
||||||
|
|
||||||
|
|
|
@ -259,13 +259,13 @@ sure both macros are undefined; an emulation function will then be used. */
|
||||||
#define SUPPORT_LIBZ /**/
|
#define SUPPORT_LIBZ /**/
|
||||||
|
|
||||||
/* Define to any value to enable the 16 bit PCRE2 library. */
|
/* 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. */
|
/* Define to any value to enable JIT support in pcre2grep. */
|
||||||
/* #undef SUPPORT_PCRE2GREP_JIT */
|
/* #undef SUPPORT_PCRE2GREP_JIT */
|
||||||
|
|
||||||
/* Define to any value to enable the 32 bit PCRE2 library. */
|
/* 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 to any value to enable the 8 bit PCRE2 library. */
|
||||||
#define SUPPORT_PCRE8 /**/
|
#define SUPPORT_PCRE8 /**/
|
||||||
|
|
Loading…
Reference in New Issue