Home
last modified time | relevance | path

Searched full:pcre2_jit_test (Results 1 – 16 of 16) sorted by relevance

/external/pcre/
D.gitignore44 pcre2_jit_test
45 pcre2_jit_test.exe
46 pcre2_jit_test.log
47 pcre2_jit_test.trs
DMakefile.in129 @WITH_JIT_TRUE@am__append_30 = pcre2_jit_test
130 @WITH_JIT_TRUE@am__append_31 = pcre2_jit_test
181 @WITH_JIT_TRUE@am__EXEEXT_7 = pcre2_jit_test$(EXEEXT)
413 am__pcre2_jit_test_SOURCES_DIST = src/pcre2_jit_test.c
415 @WITH_JIT_TRUE@ src/pcre2_jit_test-pcre2_jit_test.$(OBJEXT)
595 src/$(DEPDIR)/pcre2_jit_test-pcre2_jit_test.Po \
1506 @WITH_JIT_TRUE@pcre2_jit_test_SOURCES = src/pcre2_jit_test.c
1922 src/pcre2_jit_test-pcre2_jit_test.$(OBJEXT): src/$(am__dirstamp) \
1925 pcre2_jit_test$(EXEEXT): $(pcre2_jit_test_OBJECTS) $(pcre2_jit_test_DEPENDENCIES) $(EXTRA_pcre2_jit…
1926 @rm -f pcre2_jit_test$(EXEEXT)
[all …]
DMakefile.am250 pcre2_jit_test \
638 TESTS += pcre2_jit_test
639 noinst_PROGRAMS += pcre2_jit_test library
640 pcre2_jit_test_SOURCES = src/pcre2_jit_test.c
DCMakeLists.txt983 ADD_EXECUTABLE(pcre2_jit_test src/pcre2_jit_test.c) target
994 TARGET_LINK_LIBRARIES(pcre2_jit_test ${PCRE2_JIT_TEST_LIBS})
1095 ADD_TEST(pcre2_jit_test pcre2_jit_test)
DNON-AUTOTOOLS-BUILD194 JIT test program, src/pcre2_jit_test.c.
399 To independently test the just-in-time compiler, run pcre2_jit_test.exe.
DPrepareRelease230 src/pcre2_jit_test.c \
DREADME461 test program called pcre2_jit_test is built as well. If the 8-bit library is
621 called pcre2_jit_test is built. The scripts and the program tests are all run
876 src/pcre2_jit_test.c JIT test program
DChangeLog2286 29. Fix typo in pcre2_jit_test.c
/external/pcre/.github/workflows/
Dbuild.yml26 run: ./pcre2_jit_test
58 run: ./pcre2_jit_test
87 ./pcre2_jit_test
Ddev.yml30 run: ./pcre2_jit_test
58 run: ./pcre2_jit_test
/external/pcre/maint/
DManyConfigTests148 rm -f $srcdir/pcre2test $srcdir/pcre2grep $srcdir/pcre2_jit_test $srcdir/pcre2posix_test
243 $jrvalgrind ./pcre2_jit_test >teststdoutM 2>teststderrM
/external/pcre/doc/html/
DNON-AUTOTOOLS-BUILD.txt194 JIT test program, src/pcre2_jit_test.c.
399 To independently test the just-in-time compiler, run pcre2_jit_test.exe.
DREADME.txt461 test program called pcre2_jit_test is built as well. If the 8-bit library is
621 called pcre2_jit_test is built. The scripts and the program tests are all run
876 src/pcre2_jit_test.c JIT test program
/external/pcre/vms/
Dconfigure.com1071 PCRE2_JIT_TEST.OBJ : PCRE2_JIT_TEST.C
/external/pcre/src/
Dpcre2_jit_test.c111 printf("JIT must be enabled to run pcre2_jit_test\n"); in main()
1225 still considered successful from pcre2_jit_test point of view. */ in regression_tests()
2528 /* End of pcre2_jit_test.c */
Dpcre2_jit_compile.c14879 3. Replace PCRE2_JIT_INVALID_UTF in pcre2_jit_test.c. in pcre2_jit_compile()