summaryrefslogtreecommitdiff
path: root/lib/tools/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools/test/Makefile')
-rw-r--r--lib/tools/test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tools/test/Makefile b/lib/tools/test/Makefile
index 350b936978..984568e4c5 100644
--- a/lib/tools/test/Makefile
+++ b/lib/tools/test/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1997-2020. All Rights Reserved.
+# Copyright Ericsson AB 1997-2022. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@ MODULES = \
cover_SUITE \
eprof_SUITE \
emacs_SUITE \
- emem_SUITE \
fprof_SUITE \
cprof_SUITE \
instrument_SUITE \
@@ -55,6 +54,7 @@ RELSYSDIR = $(RELEASE_PATH)/tools_test
# ----------------------------------------------------
ERL_MAKE_FLAGS +=
ERL_COMPILE_FLAGS +=
+ERL_COMPILE_FLAGS := $(filter-out +deterministic,$(ERL_COMPILE_FLAGS))
EBIN = .
@@ -67,7 +67,7 @@ make_emakefile:
$(ERL_TOP)/make/make_emakefile $(ERL_COMPILE_FLAGS) -o$(EBIN) $(MODULES)\
> $(EMAKEFILE)
-tests debug opt: make_emakefile
+tests $(TYPES): make_emakefile
erl $(ERL_MAKE_FLAGS) -make
clean: