From bd15be885462a30763c92a3613c630d8c0a3f0cc Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 28 Apr 2009 12:45:05 +0000 Subject: move runstdtest into nofib --- utils/runstdtest/Makefile | 18 -- utils/runstdtest/runstdtest.prl | 571 ---------------------------------------- 2 files changed, 589 deletions(-) delete mode 100644 utils/runstdtest/Makefile delete mode 100644 utils/runstdtest/runstdtest.prl (limited to 'utils') diff --git a/utils/runstdtest/Makefile b/utils/runstdtest/Makefile deleted file mode 100644 index e9cb75119d..0000000000 --- a/utils/runstdtest/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -TOP=../.. -include $(TOP)/mk/boilerplate.mk - -PROG=runstdtest -CLEAN_FILES += $(PROG) -all:: - $(RM) -f $(PROG) - echo '#!$(PERL)' >> $(PROG) - echo '$$RM = "$(RM)";' >> $(PROG) - echo '$$DEFAULT_TMPDIR = "$(DEFAULT_TMPDIR)";' >> $(PROG) - echo '$$CONTEXT_DIFF = "$(CONTEXT_DIFF)";' >> $(PROG) - cat $(PROG).prl >> $(PROG) - $(EXECUTABLE_FILE) $(PROG) - -binary-dist: - @: - -include $(TOP)/mk/target.mk diff --git a/utils/runstdtest/runstdtest.prl b/utils/runstdtest/runstdtest.prl deleted file mode 100644 index 039c2534e4..0000000000 --- a/utils/runstdtest/runstdtest.prl +++ /dev/null @@ -1,571 +0,0 @@ -# -# The perl script requires the following variables to be bound -# to something meaningful before it will operate correctly: -# -# DEFAULT_TMPDIR -# CONTEXT_DIFF -# RM -# -# Given: -# * a program to run (1st arg) -# * some "command-line opts" ( -O -O ... ) -# [default: anything on the cmd line this script doesn't recognise ] -# the first opt not starting w/ "-" is taken to be an input -# file and (if it exists) is grepped for "what's going on here" -# comments (^-- !!!). -# * a file to feed to stdin ( -i ) [default: /dev/null ] -# * a "time" command to use (-t ). -# -# * alternatively, a "-script