aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2019-06-20 16:09:53 +0200
committerLukas Larsson <[email protected]>2019-06-26 10:08:19 +0200
commitce2a4e4409a5b0da5522056c29df27ab0afe95ee (patch)
tree7ed042e5624f842e23337e8c1c4f7101853ceaac /lib/common_test
parent14944c65bada76cf246f885f7a146c7fd54cb3df (diff)
downloadotp-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.tar.gz
otp-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.tar.bz2
otp-ce2a4e4409a5b0da5522056c29df27ab0afe95ee.zip
Add 'make dialyzer' target to top and apps
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common_test/Makefile b/lib/common_test/Makefile
index 35739462c5..5ac76f0044 100644
--- a/lib/common_test/Makefile
+++ b/lib/common_test/Makefile
@@ -45,4 +45,7 @@ SPECIAL_TARGETS =
#
include $(ERL_TOP)/make/otp_subdir.mk
+DIA_PLT_APPS=compiler tools crypto runtime_tools syntax_tools ftp inets \
+ debugger sasl snmp ssh reltool observer xmerl
+
include $(ERL_TOP)/make/app_targets.mk