mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
19 lines
279 B
Bash
Executable File
19 lines
279 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## pcre.test -- Test pcre feature
|
|
|
|
start_msg pcre
|
|
|
|
#UTRACE="0 25M -1"
|
|
#UOBJDUMP="-1 100k 10"
|
|
#USIMERR="error.sim"
|
|
#VALGRIND='valgrind'
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg pcre inp/pcre.input
|
|
|
|
# Test against expected output
|
|
test_output_wc w pcre
|