aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-02-22 10:51:42 +0100
committerLukas Larsson <[email protected]>2013-02-22 10:51:42 +0100
commit266e32412752dd8f4892a460638eeedeeafdd788 (patch)
tree7d7b3efeeda019cf11c00d1b46c48f43b87118e2 /Makefile.in
parent348178af5a16329b2030604fa79bd3f9c1048ff0 (diff)
downloadotp-266e32412752dd8f4892a460638eeedeeafdd788.tar.gz
otp-266e32412752dd8f4892a460638eeedeeafdd788.tar.bz2
otp-266e32412752dd8f4892a460638eeedeeafdd788.zip
Remove the deprecated run_test start program
It was replaced by ct_run in R14B.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e5909aa7f0..75ac07afc1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -124,7 +124,7 @@ BINDIR = $(DESTDIR)$(EXTRA_PREFIX)$(bindir)
#
# Erlang base public files
#
-ERL_BASE_PUB_FILES=erl erlc epmd run_erl to_erl dialyzer typer escript ct_run run_test
+ERL_BASE_PUB_FILES=erl erlc epmd run_erl to_erl dialyzer typer escript ct_run
# ERLANG_INST_LIBDIR is the top directory where the Erlang installation
# will be located when running.