diff options
author | Björn Gustavsson <[email protected]> | 2014-12-11 15:29:58 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 12:22:57 +0100 |
commit | a7521902cbf4ae2e6cf78689dc98c2da944f142f (patch) | |
tree | 0427637c60e429e20dd93f640cb6204f495cff0b /lib/asn1/test/Makefile | |
parent | e96b4bbb802cd00fa14deb12d7200873c7a79e85 (diff) | |
download | otp-a7521902cbf4ae2e6cf78689dc98c2da944f142f.tar.gz otp-a7521902cbf4ae2e6cf78689dc98c2da944f142f.tar.bz2 otp-a7521902cbf4ae2e6cf78689dc98c2da944f142f.zip |
Add a test case for EXTENSIBILITY IMPLIED
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 7bd4750c52..ea5a0f857e 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -111,6 +111,7 @@ MODULES= \ testUniqueObjectSets \ testRfcs \ testImporting \ + testExtensibilityImplied \ asn1_test_lib \ asn1_app_test \ asn1_appup_test \ |