diff options
author | Björn Gustavsson <[email protected]> | 2017-02-13 11:51:40 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-13 11:51:40 +0100 |
commit | 0affa91e1c61917a60616e8ff16aff759051a36c (patch) | |
tree | 0e7c2aae0cc0f5fc159261d13ff7bb21dc5be041 /lib/asn1/test/Makefile | |
parent | 1526eaead833b3bdcd3555a12e2af62c359e7868 (diff) | |
parent | 8175aef42b87fd5c7f43bdad7890642f05906c83 (diff) | |
download | otp-0affa91e1c61917a60616e8ff16aff759051a36c.tar.gz otp-0affa91e1c61917a60616e8ff16aff759051a36c.tar.bz2 otp-0affa91e1c61917a60616e8ff16aff759051a36c.zip |
Merge branch 'bjorn/cuddle-with-tests'
* bjorn/cuddle-with-tests:
ets_tough_SUITE: Add the gen_server behavior
ets_tough_SUITE: Remove functions that are never called
ets_SUITE: Eliminate internal exports used for spawn/apply
lists_SUITE: Run the droplast/1 test case
random_{iolist,unicode_list}: Remove unused functions
stdlib test: Eliminate export_all from re_SUITE and friends
asn1_SUITE: Make sure that there are no unused functions
Simplify running of asn1 app tests
asn1_SUITE: Remove unused functions
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 d346bb9e12..afd063aa8e 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -115,8 +115,7 @@ MODULES= \ testImporting \ testExtensibilityImplied \ asn1_test_lib \ - asn1_app_test \ - asn1_appup_test \ + asn1_app_SUITE \ asn1_SUITE \ error_SUITE \ syntax_SUITE |