summaryrefslogtreecommitdiff
path: root/lib/erl_interface
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-01-21 14:02:35 +0100
committerGitHub <noreply@github.com>2022-01-21 14:02:35 +0100
commit05b42c01fed14c3e801cdf9a6f1d31d05de99fa1 (patch)
tree947d24572a5e69ea034e505d5e8da0285e417f7d /lib/erl_interface
parent636579277ab99d73fb13188ceb799f70eaffdbac (diff)
parentdda051ea1d6f24ae47da4f5fdcd581c4c505b262 (diff)
downloaderlang-05b42c01fed14c3e801cdf9a6f1d31d05de99fa1.tar.gz
Merge pull request #5597 from garazdawi/lukas/add-gh-actions-testing/OTP-17710
Add DEVELOPMENT.md and expand gh actions to run tests
Diffstat (limited to 'lib/erl_interface')
-rw-r--r--lib/erl_interface/src/Makefile4
-rw-r--r--lib/erl_interface/src/Makefile.in5
-rw-r--r--lib/erl_interface/test/Makefile2
3 files changed, 6 insertions, 5 deletions
diff --git a/lib/erl_interface/src/Makefile b/lib/erl_interface/src/Makefile
index 6b5e2c1e61..86467c0ea8 100644
--- a/lib/erl_interface/src/Makefile
+++ b/lib/erl_interface/src/Makefile
@@ -26,12 +26,10 @@
include $(ERL_TOP)/make/output.mk
include $(ERL_TOP)/make/target.mk
-debug opt shared gcov:
+debug opt shared gcov lcnt valgrind asan:
ifndef TERTIARY_BOOTSTRAP
$(make_verbose)$(MAKE) -f $(TARGET)/Makefile TYPE=$@
endif
clean depend docs release release_docs tests release_tests check xmllint:
$(make_verbose)$(MAKE) -f $(TARGET)/Makefile $@
-
-lcnt:
diff --git a/lib/erl_interface/src/Makefile.in b/lib/erl_interface/src/Makefile.in
index 9f3fe1333f..8779c86985 100644
--- a/lib/erl_interface/src/Makefile.in
+++ b/lib/erl_interface/src/Makefile.in
@@ -402,7 +402,10 @@ MDD_EIOBJECTS = $(addprefix $(MDD_OBJDIR)/,$(notdir $(EISOURCES:.c=.o)))
# FIXME this assumes execution order
# FIXME move up and add exe prefix if needed....
-debug opt: $(TARGETS)
+opt: $(TARGETS)
+
+debug lcnt asan valgrind gcov:
+ @${MAKE} TYPE=$@
docs:
diff --git a/lib/erl_interface/test/Makefile b/lib/erl_interface/test/Makefile
index bdfedecc66..fa26c7f69c 100644
--- a/lib/erl_interface/test/Makefile
+++ b/lib/erl_interface/test/Makefile
@@ -58,7 +58,7 @@ RELSYSDIR = $(RELEASE_PATH)/erl_interface_test
# Targets
# ----------------------------------------------------
-tests debug opt:
+tests $(TYPES):
clean: