summaryrefslogtreecommitdiff
path: root/lib/stdlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/Makefile')
-rw-r--r--lib/stdlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/Makefile b/lib/stdlib/Makefile
index f1db3c77e3..f1a72cd6b9 100644
--- a/lib/stdlib/Makefile
+++ b/lib/stdlib/Makefile
@@ -39,6 +39,7 @@ include $(ERL_TOP)/make/otp_subdir.mk
DIA_PLT_APPS=compiler crypto
TEST_NEEDS_RELEASE=true
+NO_TEST_TARGET:=1 # Avoid warning about ignoring old recipe for target 'test'
include $(ERL_TOP)/make/app_targets.mk
# Enable feature maybe_expr in runtime when running tests.