diff options
author | Björn Gustavsson <[email protected]> | 2013-02-08 09:29:18 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-02-15 15:27:15 +0100 |
commit | d3597d31c3b26a6269ed37b7856425a1d0641a90 (patch) | |
tree | 9808c76c40d2f3006e1244bd25ab3470e24b26a3 /lib/asn1/test/Makefile | |
parent | 244b486f73bedbfae83b408d59ddb3b7a095d0b7 (diff) | |
download | otp-d3597d31c3b26a6269ed37b7856425a1d0641a90.tar.gz otp-d3597d31c3b26a6269ed37b7856425a1d0641a90.tar.bz2 otp-d3597d31c3b26a6269ed37b7856425a1d0641a90.zip |
BER: Fix broken table constraints inside a SET OF/SEQUENCE OF
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 1fa495d8f1..10f8e2833b 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -109,6 +109,7 @@ MODULES= \ test_modified_x420 \ testX420 \ test_x691 \ + testWSParamClass \ asn1_test_lib \ asn1_app_test \ asn1_appup_test \ |