Skip to content

Commit 396dd13

Browse files
authored
Add a new header file pcre2test_inc.h
1 parent d3e83a7 commit 396dd13

File tree

6 files changed

+11088
-1
lines changed

6 files changed

+11088
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cc_library(
5555
"src/pcre2_ucp.h",
5656
"src/pcre2_ucptables_inc.h",
5757
"src/pcre2_util.h",
58+
"src/pcre2test_inc.h",
5859
":config_h_generic",
5960
],
6061
strip_include_prefix = "src",

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ endif # WITH_JIT
689689
# Build the general pcre2test program.
690690

691691
bin_PROGRAMS += pcre2test
692-
pcre2test_SOURCES = src/pcre2test.c
692+
pcre2test_SOURCES = src/pcre2test.c src/pcre2test_inc.h
693693
pcre2test_CFLAGS = $(AM_CFLAGS)
694694
pcre2test_LDADD = $(LIBREADLINE)
695695

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ The distribution should contain the files listed below.
906906
src/pcre2demo.c simple demonstration of coding calls to PCRE2
907907
src/pcre2grep.c source of a grep utility that uses PCRE2
908908
src/pcre2test.c comprehensive test program
909+
src/pcre2test_inc.h header used by pcre2test
909910
src/pcre2_jit_test.c JIT test program
910911
src/pcre2posix_test.c POSIX wrapper API test program
911912

maint/UpdateAlways

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ c_files=(
320320
src/pcre2posix.h
321321
src/pcre2posix_test.c
322322
src/pcre2test.c
323+
src/pcre2test_inc.h
323324
)
324325

325326
echo Detrailing

maint/manifest-tarball

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ drwxr-xr-x tarball-dir/pcre2-SNAPSHOT/src
366366
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2posix.h
367367
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2posix_test.c
368368
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2test.c
369+
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/src/pcre2test_inc.h
369370
-rwxr-xr-x tarball-dir/pcre2-SNAPSHOT/test-driver
370371
drwxr-xr-x tarball-dir/pcre2-SNAPSHOT/testdata
371372
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/testdata/grepbinary

0 commit comments

Comments
 (0)