110 |
fi |
fi |
111 |
done |
done |
112 |
else |
else |
113 |
echo "Skipping C++ tests: pcrecpp_unittest does not exist" |
echo "Skipping C++ tests: pcrecpp_unittest does not exist" |
114 |
fi |
fi |
115 |
else |
else |
116 |
echo "Skipping C++ tests: newline is $nl" |
echo "Skipping C++ tests: newline is $nl" |
130 |
for opts in \ |
for opts in \ |
131 |
"" \ |
"" \ |
132 |
"--enable-utf8 --disable-static" \ |
"--enable-utf8 --disable-static" \ |
133 |
|
"--disable-stack-for-recursion" \ |
134 |
|
"--enable-utf8 --disable-stack-for-recursion" \ |
135 |
"--enable-unicode-properties --disable-shared" \ |
"--enable-unicode-properties --disable-shared" \ |
136 |
"--enable-unicode-properties --disable-stack-for-recursion --disable-shared" \ |
"--enable-unicode-properties --disable-stack-for-recursion --disable-shared" \ |
137 |
"--enable-unicode-properties --disable-cpp --with-link-size=3 --disable-shared" \ |
"--enable-unicode-properties --disable-cpp --with-link-size=3 --disable-shared" \ |
157 |
if [ $? -ne 0 ]; then |
if [ $? -ne 0 ]; then |
158 |
echo "** 'make distclean' failed" |
echo "** 'make distclean' failed" |
159 |
exit 1 |
exit 1 |
160 |
fi |
fi |
161 |
fi |
fi |
162 |
|
|
163 |
echo "Tests in the $tmp directory" |
echo "Tests in the $tmp directory" |
164 |
srcdir=`pwd` |
srcdir=`pwd` |
177 |
if [ $? -ne 0 ]; then |
if [ $? -ne 0 ]; then |
178 |
echo "** Failed to cd to $tmp" |
echo "** Failed to cd to $tmp" |
179 |
exit 1 |
exit 1 |
180 |
fi |
fi |
181 |
|
|
182 |
for opts in \ |
for opts in \ |
183 |
"--enable-unicode-properties --disable-shared" |
"--enable-unicode-properties --disable-shared" |