diff options
author | Simon Cornish <[email protected]> | 2019-02-22 16:20:12 -0800 |
---|---|---|
committer | Simon Cornish <[email protected]> | 2019-02-25 21:27:36 -0800 |
commit | d3efb32359e59b2996cde916436ffa56aa2ffb19 (patch) | |
tree | 9c8bf1f169d47a165689b67ef3670866ce483ad8 /lib/asn1/test/Makefile | |
parent | 7e21a18877374cfaef1fe839a5cd78599eb2d9d6 (diff) | |
download | otp-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/Makefile | 1 |
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 \ |