diff options
author | Björn Gustavsson <[email protected]> | 2014-09-26 12:03:01 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 11:40:23 +0100 |
commit | 6003a7c9d4319eba8eff7bfb8e4a73d3d1d38786 (patch) | |
tree | 579bbd1c23f1a3a12314f11a1a08dfb7e7f403f3 /lib/asn1/test/Makefile | |
parent | fcabdd0426fdf194e652a995e8407daad80c130a (diff) | |
download | otp-6003a7c9d4319eba8eff7bfb8e4a73d3d1d38786.tar.gz otp-6003a7c9d4319eba8eff7bfb8e4a73d3d1d38786.tar.bz2 otp-6003a7c9d4319eba8eff7bfb8e4a73d3d1d38786.zip |
Add a new test case to test values in ValueTest.asn1
We only tested that ValueTest.asn1 would compile, no that the
values were correct.
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 b1b08aa9f9..2c9d06cc0a 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -107,6 +107,7 @@ MODULES= \ testX420 \ test_x691 \ testWSParamClass \ + testValueTest \ asn1_test_lib \ asn1_app_test \ asn1_appup_test \ |