OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testtry
(Results
1 - 3
of
3
) sorted by null
/external/pcre/
RunGrepTest
58
echo "---------------------------- Test 1 ------------------------------" >
testtry
59
(cd $srcdir; $valgrind $pcregrep PATTERN ./testdata/grepinput) >>
testtry
60
echo "RC=$?" >>
testtry
62
echo "---------------------------- Test 2 ------------------------------" >>
testtry
63
(cd $srcdir; $valgrind $pcregrep '^PATTERN' ./testdata/grepinput) >>
testtry
64
echo "RC=$?" >>
testtry
66
echo "---------------------------- Test 3 ------------------------------" >>
testtry
67
(cd $srcdir; $valgrind $pcregrep -in PATTERN ./testdata/grepinput) >>
testtry
68
echo "RC=$?" >>
testtry
70
echo "---------------------------- Test 4 ------------------------------" >>
testtry
[
all
...]
RunTest
140
$valgrind ./pcretest -q $testdata/testinput1
testtry
142
$cf $testdata/testoutput1
testtry
153
$valgrind ./pcretest -q $testdata/testinput2
testtry
155
$cf $testdata/testoutput2
testtry
194
$valgrind ./pcretest -q $infile
testtry
196
$cf $outfile
testtry
219
$valgrind ./pcretest -q $testdata/testinput4
testtry
221
$cf $testdata/testoutput4
testtry
230
$valgrind ./pcretest -q $testdata/testinput5
testtry
232
$cf $testdata/testoutput5
testtry
[
all
...]
Makefile.am
298
testtry
\
Completed in 25 milliseconds