diff options
author | Björn Gustavsson <[email protected]> | 2013-08-06 12:05:21 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-08-08 15:30:06 +0200 |
commit | 302ad9890fbd71ad54cb6a0ae4f5e6cfe198b485 (patch) | |
tree | de88653f5c0acfc4c748bb86c995320add1befb3 /lib/asn1/test/Makefile | |
parent | 90f6229822c720d7616f9a11d1ca51e522586564 (diff) | |
download | otp-302ad9890fbd71ad54cb6a0ae4f5e6cfe198b485.tar.gz otp-302ad9890fbd71ad54cb6a0ae4f5e6cfe198b485.tar.bz2 otp-302ad9890fbd71ad54cb6a0ae4f5e6cfe198b485.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 6e6374baf1..69b95b40d5 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -109,6 +109,7 @@ MODULES= \ test_modified_x420 \ testX420 \ test_x691 \ + testFragmented \ asn1_test_lib \ asn1_app_test \ asn1_appup_test \ |