aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/Makefile
diff options
context:
space:
mode:
authorSimon Cornish <[email protected]>2019-02-22 16:20:12 -0800
committerSimon Cornish <[email protected]>2019-02-25 21:27:36 -0800
commitd3efb32359e59b2996cde916436ffa56aa2ffb19 (patch)
tree9c8bf1f169d47a165689b67ef3670866ce483ad8 /lib/asn1/test/Makefile
parent7e21a18877374cfaef1fe839a5cd78599eb2d9d6 (diff)
downloadotp-d3efb32359e59b2996cde916436ffa56aa2ffb19.tar.gz
otp-d3efb32359e59b2996cde916436ffa56aa2ffb19.tar.bz2
otp-d3efb32359e59b2996cde916436ffa56aa2ffb19.zip
Add test for DEFAULT used with OCTET STRING
Diffstat (limited to 'lib/asn1/test/Makefile')
-rw-r--r--lib/asn1/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile
index c38d1c6ebd..accc773951 100644
--- a/lib/asn1/test/Makefile
+++ b/lib/asn1/test/Makefile
@@ -72,6 +72,7 @@ MODULES= \
testSetTypeRefPrim \
testSetTypeRefSeq \
testSetTypeRefSet \
+ testDefaultOctetString \
testChoiceIndefinite \
testSetOf \
testSetOfCho \