summaryrefslogtreecommitdiff
path: root/lib/ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/Makefile')
-rw-r--r--lib/ssl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ssl/Makefile b/lib/ssl/Makefile
index 5cc111ec14..40f97eff5c 100644
--- a/lib/ssl/Makefile
+++ b/lib/ssl/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1999-2021. All Rights Reserved.
+# Copyright Ericsson AB 1999-2023. 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.
@@ -40,4 +40,6 @@ include $(ERL_TOP)/make/otp_subdir.mk
DIA_PLT_APPS=crypto runtime_tools inets public_key
+TEST_NEEDS_RELEASE=true
+
include $(ERL_TOP)/make/app_targets.mk