aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/Makefile.in
diff options
context:
space:
mode:
authorKjell Winblad <[email protected]>2019-06-11 17:36:04 +0200
committerKjell Winblad <[email protected]>2019-06-26 08:24:57 +0200
commit2f246b551cca5ca7ca9187282e42650976a65cbb (patch)
tree80a9f405bb260469d1f1332fe955e2db101c8f3b /erts/emulator/Makefile.in
parentb286b7f1de4aed13ba71b817321673eb67df941e (diff)
downloadotp-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 'erts/emulator/Makefile.in')
-rw-r--r--erts/emulator/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in
index a9f3bb8e89..46df9b8bc3 100644
--- a/erts/emulator/Makefile.in
+++ b/erts/emulator/Makefile.in
@@ -1291,3 +1291,5 @@ ifndef VOID_EMULATOR
endif
endif
endif
+
+include $(ERL_TOP)/make/app_targets.mk