diff options
author | Lukas Larsson <[email protected]> | 2012-09-11 09:53:54 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-01-21 18:14:51 +0100 |
commit | 75a9ae5a2afe62eb2e2ca4bd2af893deea69ad66 (patch) | |
tree | 33ac25b9d2f26b2ee8ba2e49054ad43307c960b3 /lib/tools/test/Makefile | |
parent | 67c18614b81183cc74446a8a1e8bba88b74c4034 (diff) | |
download | otp-75a9ae5a2afe62eb2e2ca4bd2af893deea69ad66.tar.gz otp-75a9ae5a2afe62eb2e2ca4bd2af893deea69ad66.tar.bz2 otp-75a9ae5a2afe62eb2e2ca4bd2af893deea69ad66.zip |
Update all bif highlighting for emacs
All bifs should now be highlighted correctly. Also added
a testcase which will check for any future bif additions
and deletions.
Diffstat (limited to 'lib/tools/test/Makefile')
-rw-r--r-- | lib/tools/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tools/test/Makefile b/lib/tools/test/Makefile index 86c81217b6..484cfdf53f 100644 --- a/lib/tools/test/Makefile +++ b/lib/tools/test/Makefile @@ -22,6 +22,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES = \ cover_SUITE \ eprof_SUITE \ + emacs_SUITE \ emem_SUITE \ fprof_SUITE \ cprof_SUITE \ |