diff options
author | Björn Gustavsson <[email protected]> | 2017-02-08 07:26:29 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-10 14:35:12 +0100 |
commit | 142969f0860067c73af4b1e8db04d59255edf25a (patch) | |
tree | 5e781d2d35321e471ccb72d1c3c70087e92353dd /lib/asn1/test/Makefile | |
parent | a952ef15cc20249b3111565cbba7d6727f2a0012 (diff) | |
download | otp-142969f0860067c73af4b1e8db04d59255edf25a.tar.gz otp-142969f0860067c73af4b1e8db04d59255edf25a.tar.bz2 otp-142969f0860067c73af4b1e8db04d59255edf25a.zip |
Simplify running of asn1 app tests
Instead of initiating running of the app tests for asn1 from
asn1_SUITE, put the tests in asn1_app_SUITE and let it take care
of itself.
While we are it, eliminate 'export_all' in the new module and
use lists:keyfind/3 instead of lists:keysearch/3.
Diffstat (limited to 'lib/asn1/test/Makefile')
-rw-r--r-- | lib/asn1/test/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile index 40575e8a2f..278c80852b 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -114,8 +114,7 @@ MODULES= \ testImporting \ testExtensibilityImplied \ asn1_test_lib \ - asn1_app_test \ - asn1_appup_test \ + asn1_app_SUITE \ asn1_SUITE \ error_SUITE \ syntax_SUITE |