summaryrefslogtreecommitdiff
path: root/erts/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'erts/test/Makefile')
-rw-r--r--erts/test/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/erts/test/Makefile b/erts/test/Makefile
index addf5f89c5..b44f28f3c8 100644
--- a/erts/test/Makefile
+++ b/erts/test/Makefile
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 1997-2021. All Rights Reserved.
+# Copyright Ericsson AB 1997-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.
@@ -41,7 +41,10 @@ MODULES= \
upgrade_SUITE \
parallel_messages_SUITE
-ERL_FILES= $(MODULES:%=%.erl)
+ERTS_MODULES= erts_test_utils
+
+ERL_FILES= $(MODULES:%=%.erl) \
+ $(ERTS_MODULES:%=$(ERL_TOP)/erts/emulator/test/%.erl)
TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR))