From f313a581ac0d98b66ff00a863526758d4047c608 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Thu, 30 Apr 2009 22:04:58 -0400 Subject: [PATCH] Rename wvtestrunner.pl to wvtestrunner. The .pl isn't the important part, and someday it might change to another language. Who knows? --- Makefile | 2 +- cpp/Makefile | 2 +- dotnet/Makefile | 2 +- dotnet/wvtestrules.mk | 5 ----- python/Makefile | 2 +- wvtestrunner.pl => wvtestrunner | 0 6 files changed, 4 insertions(+), 9 deletions(-) rename wvtestrunner.pl => wvtestrunner (100%) diff --git a/Makefile b/Makefile index 02c5fe9..1b477c9 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ runtests: make -C cpp runtests test: - ./wvtestrunner.pl $(MAKE) runtests + ./wvtestrunner $(MAKE) runtests clean:: rm -f *~ .*~ diff --git a/cpp/Makefile b/cpp/Makefile index 6e91241..8a7566a 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -10,7 +10,7 @@ runtests: t/wvtest t/wvtest test: - ../wvtestrunner.pl $(MAKE) runtests + ../wvtestrunner $(MAKE) runtests clean:: rm -f *~ t/*~ *.o t/*.o t/wvtest diff --git a/dotnet/Makefile b/dotnet/Makefile index 2a5be01..ab9a988 100644 --- a/dotnet/Makefile +++ b/dotnet/Makefile @@ -13,7 +13,7 @@ runtests: t/test.exe cd t && mono --debug test.exe test: - ../wvtestrunner.pl $(MAKE) runtests + ../wvtestrunner $(MAKE) runtests clean:: rm -f *~ t/*~ .*~ *.E t/*.E *.d t/*.d t/*.exe t/*.mdb diff --git a/dotnet/wvtestrules.mk b/dotnet/wvtestrules.mk index c78bd55..638f43c 100644 --- a/dotnet/wvtestrules.mk +++ b/dotnet/wvtestrules.mk @@ -7,11 +7,6 @@ SHELL=/bin/bash # our C# (.cs) files CSCPP=cpp -CSFLAGS=/warn:4 /debug -#CSFLAGS += /warnaserror - -TESTRUNNER=$(WVDOTNET)/wvtestrunner.pl - # Rules for generating autodependencies on header files $(patsubst %.cs.E,%.d,$(filter %.cs.E,$(FILES))): %.d: %.cs @echo Generating dependency file $@ for $< diff --git a/python/Makefile b/python/Makefile index 46750bf..1faee48 100644 --- a/python/Makefile +++ b/python/Makefile @@ -8,7 +8,7 @@ runtests: $(patsubst ./%t,%t/*.py,$(shell find -type d -name t)) test: - ../wvtestrunner.pl $(MAKE) runtests + ../wvtestrunner $(MAKE) runtests clean:: rm -f *~ t/*~ *.pyc t/*.pyc \ No newline at end of file diff --git a/wvtestrunner.pl b/wvtestrunner similarity index 100% rename from wvtestrunner.pl rename to wvtestrunner -- 2.39.2