diff options
author | Kjell Winblad <kjellwinblad@gmail.com> | 2019-06-11 17:36:04 +0200 |
---|---|---|
committer | Kjell Winblad <kjellwinblad@gmail.com> | 2019-06-26 08:24:57 +0200 |
commit | 2f246b551cca5ca7ca9187282e42650976a65cbb (patch) | |
tree | 80a9f405bb260469d1f1332fe955e2db101c8f3b /lib/ssl | |
parent | b286b7f1de4aed13ba71b817321673eb67df941e (diff) | |
download | otp-2f246b551cca5ca7ca9187282e42650976a65cbb.tar.gz otp-2f246b551cca5ca7ca9187282e42650976a65cbb.tar.bz2 otp-2f246b551cca5ca7ca9187282e42650976a65cbb.zip |
Add "make test" command for root and application directories
The added make target is described in HOWTO/TESTING.md.
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/Makefile b/lib/ssl/Makefile index bd43794a36..c761979474 100644 --- a/lib/ssl/Makefile +++ b/lib/ssl/Makefile @@ -38,4 +38,4 @@ SPECIAL_TARGETS = # include $(ERL_TOP)/make/otp_subdir.mk - +include $(ERL_TOP)/make/app_targets.mk |