diff options
author | Björn Gustavsson <[email protected]> | 2014-10-16 10:11:09 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 11:40:25 +0100 |
commit | 2b7c2f721034560dae0ef3120c6dc276a906f71f (patch) | |
tree | 8c0c5a3689e47fc807d9213201106b39a8d4d366 /lib/asn1/test/Makefile | |
parent | 55f6965558bed5bfbcf178d0203b7311b447b81a (diff) | |
download | otp-2b7c2f721034560dae0ef3120c6dc276a906f71f.tar.gz otp-2b7c2f721034560dae0ef3120c6dc276a906f71f.tar.bz2 otp-2b7c2f721034560dae0ef3120c6dc276a906f71f.zip |
Add the rfcs test case
Add the ASN.1 specs from RFC-5911 and RFC-5912.
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 f4f55bbf52..069e5d2ab1 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -110,6 +110,7 @@ MODULES= \ testWSParamClass \ testValueTest \ testUniqueObjectSets \ + testRfcs \ asn1_test_lib \ asn1_app_test \ asn1_appup_test \ |