summaryrefslogtreecommitdiff
path: root/lib/reltool/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reltool/test/Makefile')
-rw-r--r--lib/reltool/test/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/reltool/test/Makefile b/lib/reltool/test/Makefile
index 838e9a34f6..245c9c9f00 100644
--- a/lib/reltool/test/Makefile
+++ b/lib/reltool/test/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2009-2016. All Rights Reserved.
+# Copyright Ericsson AB 2009-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.
@@ -51,6 +51,7 @@ RELSYSDIR = $(RELEASE_PATH)/reltool_test
# FLAGS
# ----------------------------------------------------
ERL_COMPILE_FLAGS += -pa $(ERL_TOP)/lib/reltool/ebin/
+ERL_COMPILE_FLAGS := $(filter-out +deterministic,$(ERL_COMPILE_FLAGS))
EBIN = .
@@ -58,7 +59,7 @@ EBIN = .
# Targets
# ----------------------------------------------------
-tests debug opt: $(TARGET_FILES)
+tests $(TYPES): $(TARGET_FILES)
clean:
rm -f $(TARGET_FILES)