diff options
author | Björn Gustavsson <[email protected]> | 2012-11-19 14:44:15 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-11-26 11:12:59 +0100 |
commit | 649df4292bc8c425c52cba3657547251ef78254f (patch) | |
tree | 4bda3950a5fc09ee6ba2f5a3a5b161118bf0758a /lib/asn1/test/Makefile | |
parent | 8369dac09279010238c4b887cb3bb7be90dd159e (diff) | |
download | otp-649df4292bc8c425c52cba3657547251ef78254f.tar.gz otp-649df4292bc8c425c52cba3657547251ef78254f.tar.bz2 otp-649df4292bc8c425c52cba3657547251ef78254f.zip |
Fix BER encoding when multiple levels of typedefs are used
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..1794d6bb71 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -83,6 +83,7 @@ MODULES= \ testInfObj \ testParameterizedInfObj \ testMergeCompile \ + testMultipleLevels \ testDeepTConstr \ testTimer \ testMegaco \ |