aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/Makefile
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-11-16 19:49:11 +0100
committerSverker Eriksson <[email protected]>2018-11-16 19:49:11 +0100
commit625a9838ee4e494d5c055986ceff66a32c38a05c (patch)
tree94afeb496ab45affa61d5fe514a5f6a36a59a136 /lib/stdlib/test/Makefile
parent5b6eff964a61b32c1d02464e8fc6ef0c79a4badc (diff)
downloadotp-625a9838ee4e494d5c055986ceff66a32c38a05c.tar.gz
otp-625a9838ee4e494d5c055986ceff66a32c38a05c.tar.bz2
otp-625a9838ee4e494d5c055986ceff66a32c38a05c.zip
erts: Fix offheap leak of ets catree tmp iteration key
Also fix erts_debug:get_internal_status(node_and_dist_references) for catree to also search route node keys for offheap stuff.
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r--lib/stdlib/test/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile
index bbe3cefa42..712b1b92fb 100644
--- a/lib/stdlib/test/Makefile
+++ b/lib/stdlib/test/Makefile
@@ -99,11 +99,9 @@ MODULES= \
maps_SUITE \
zzz_SUITE
-ERL_FILES= $(MODULES:%=%.erl)
+ERTS_MODULES= erts_test_utils
-TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR))
-
-INSTALL_PROGS= $(TARGET_FILES)
+ERL_FILES= $(MODULES:%=%.erl) $(ERTS_MODULES:%=$(ERL_TOP)/erts/emulator/test/%.erl)
# ----------------------------------------------------
# Release directory specification
@@ -128,7 +126,7 @@ COVERFILE=stdlib.cover
# ----------------------------------------------------
make_emakefile:
- $(ERL_TOP)/make/make_emakefile $(ERL_COMPILE_FLAGS) -o$(EBIN) $(MODULES) \
+ $(ERL_TOP)/make/make_emakefile $(ERL_COMPILE_FLAGS) -o$(EBIN) $(MODULES) $(ERTS_MODULES) \
> $(EMAKEFILE)
tests debug opt: make_emakefile