summaryrefslogtreecommitdiff
path: root/lib/public_key/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public_key/test/Makefile')
-rw-r--r--lib/public_key/test/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/public_key/test/Makefile b/lib/public_key/test/Makefile
index 89e82a5f34..57879c20e6 100644
--- a/lib/public_key/test/Makefile
+++ b/lib/public_key/test/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2008-2020. All Rights Reserved.
+# Copyright Ericsson AB 2008-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.
@@ -33,7 +33,7 @@ MODULES= \
public_key_SUITE \
pbe_SUITE \
pkits_SUITE \
- pubkey_ssh_SUITE
+ pubkey_cert_SUITE
ERL_FILES= $(MODULES:%=%.erl)
@@ -56,6 +56,7 @@ RELSYSDIR = $(RELEASE_PATH)/public_key_test
# FLAGS
# ----------------------------------------------------
ERL_COMPILE_FLAGS += $(INCLUDES)
+ERL_COMPILE_FLAGS := $(filter-out +deterministic,$(ERL_COMPILE_FLAGS))
EBIN = .
@@ -63,7 +64,7 @@ EBIN = .
# Targets
# ----------------------------------------------------
-tests debug opt: $(TARGET_FILES)
+tests $(TYPES): $(TARGET_FILES)
clean: