diff options
author | Björn Gustavsson <[email protected]> | 2013-08-08 11:58:58 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-03 16:27:41 +0200 |
commit | c28e00b24d4d67a8aac55415c36dcab2537db2cc (patch) | |
tree | 46c26d378b4e64aea81cb28c6fa18ab1f77e5429 /lib/asn1/test/Makefile | |
parent | df7bb30fd0e8161e5146705fd117aa0bb115fbe7 (diff) | |
download | otp-c28e00b24d4d67a8aac55415c36dcab2537db2cc.tar.gz otp-c28e00b24d4d67a8aac55415c36dcab2537db2cc.tar.bz2 otp-c28e00b24d4d67a8aac55415c36dcab2537db2cc.zip |
PER, UPER: Fix encoding/decoding of open types greater than 16K
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 15b97df972..a3fa4f2968 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -82,6 +82,7 @@ MODULES= \ testInfObjectClass \ testInfObj \ testParameterizedInfObj \ + testFragmented \ testMergeCompile \ testMultipleLevels \ testDeepTConstr \ |