diff options
author | Dan Gudmundsson <[email protected]> | 2018-10-01 17:04:03 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2018-10-09 12:20:12 +0200 |
commit | b7a6a4ba1c1d91146af44f9d83cb53486a852c9c (patch) | |
tree | 29a3833143ae2fef004f4ab924e99ed0a7dde6ce /lib/tools/emacs/Makefile | |
parent | 8e938ab671bdcadbf6571426e045de7855a5b196 (diff) | |
download | otp-b7a6a4ba1c1d91146af44f9d83cb53486a852c9c.tar.gz otp-b7a6a4ba1c1d91146af44f9d83cb53486a852c9c.tar.bz2 otp-b7a6a4ba1c1d91146af44f9d83cb53486a852c9c.zip |
Run emacs tests from test_suite
Drive emacs test from test_suite instead of bash script.
Diffstat (limited to 'lib/tools/emacs/Makefile')
-rw-r--r-- | lib/tools/emacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/emacs/Makefile b/lib/tools/emacs/Makefile index ea4d6cb723..b7775d1c8c 100644 --- a/lib/tools/emacs/Makefile +++ b/lib/tools/emacs/Makefile @@ -46,6 +46,7 @@ EMACS_FILES= \ erlang-eunit \ erlang-edoc \ erlang-flymake \ + erlang-test \ erlang README_FILES= README |