generate OER and PER by default. add -no-gen-example
diff --git a/tests/tests-randomized/check-bundles.sh b/tests/tests-randomized/check-bundles.sh
index 27c9542..f62f629 100755
--- a/tests/tests-randomized/check-bundles.sh
+++ b/tests/tests-randomized/check-bundles.sh
@@ -254,7 +254,7 @@
     } > ${tmpfile}
     echo "${abs_top_builddir}/asn1c/asn1c -S ${abs_top_srcdir}/skeletons"
     if "${abs_top_builddir}/asn1c/asn1c" -S "${abs_top_srcdir}/skeletons" \
-        -gen-OER -gen-PER ${asn1c_flags} $@ ${tmpfile}
+        ${asn1c_flags} $@ ${tmpfile}
     then
         echo "ASN.1 compiled OK"
     else