We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576dbbb commit 86a1f51Copy full SHA for 86a1f51
build.sh
@@ -340,6 +340,7 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
340
fi
341
if [ -f ${SRCFILE}-unicode.gcov ] && [ -f ${SRCFILE}-no-unicode.gcov ]; then
342
343
+ ##############
344
echo ""
345
echo "-------------------"
346
echo "no-unicode file"
@@ -351,6 +352,9 @@ if [[ $JF_SKIP_TESTS != [yY]* ]] ; then
351
352
353
cat ${SRCFILE}-unicode.gcov
354
355
+ ./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
356
+ ${SRCFILE}-unicode.gcov unicode
357
358
359
# merge them
360
./pages/development-resources/gccr.pl -n -c ${SRCFILE}-no-unicode.gcov no-unicode \
0 commit comments