From 442f420519d3acda9c6fbbc5cf91d60f8a6a1e9e Mon Sep 17 00:00:00 2001 From: vlm Date: Tue, 26 Jun 2007 07:40:39 +0000 Subject: [PATCH] -per-padding -> -per-nopad git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1325 59561ff5-6e30-0410-9f3c-9617f08c8826 --- examples/sample.source.RRC/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/sample.source.RRC/Makefile b/examples/sample.source.RRC/Makefile index bd8251cb..22c5436d 100644 --- a/examples/sample.source.RRC/Makefile +++ b/examples/sample.source.RRC/Makefile @@ -4823,19 +4823,19 @@ check-per: ./${TARGET} -J0.0001 -n 1000 -b $$b -iper -onull $$f || exit 2; \ ./${TARGET} -J0.001 -n 1000 -b $$b -iper -onull $$f || exit 2; \ done; done; fi - @if test -f sample-DL-DCCH-Message-1-padded.per ; then \ - for f in sample-*-[1-9]-padded.per; do \ + @if test -f sample-DL-DCCH-Message-1-nopad.per ; then \ + for f in sample-*-[1-9]-nopad.per; do \ pdu=`echo $$f | sed -E -e "s/sample-([A-Za-z-]+)-[0-9].*/\1/"`; \ for b in 1 17 33 980 8192; do \ - echo "Recoding byte-padded $$f into DER into XER and back ($$b)..."; \ - ./${TARGET} -b $$b -per-padded -p $$pdu -iper -oder $$f > ./.tmp.1.$$$$ || exit 2; \ + echo "Recoding unpadded $$f into DER into XER and back ($$b)..."; \ + ./${TARGET} -b $$b -per-nopad -p $$pdu -iper -oder $$f > ./.tmp.1.$$$$ || exit 2; \ ./${TARGET} -b $$b -p $$pdu -iber -oxer ./.tmp.1.$$$$ > ./.tmp.2.$$$$ || exit 2; \ ./${TARGET} -b $$b -p $$pdu -ixer -oper ./.tmp.2.$$$$ > ./.tmp.1.$$$$ || exit 2; \ diff $$f ./.tmp.1.$$$$ || exit 2; \ rm -f ./.tmp.[12].$$$$; \ echo "Test junking $$f (please wait)..."; \ - ./${TARGET} -J0.0001 -n 1000 -b $$b -per-padded -iper -onull $$f || exit 2; \ - ./${TARGET} -J0.001 -n 1000 -b $$b -per-padded -iper -onull $$f || exit 2; \ + ./${TARGET} -J0.0001 -n 1000 -b $$b -per-nopad -iper -onull $$f || exit 2; \ + ./${TARGET} -J0.001 -n 1000 -b $$b -per-nopad -iper -onull $$f || exit 2; \ done; done; fi distclean: clean