From 490223d845ec056ddca3a9fa47af915113c26dd1 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Thu, 30 Apr 2009 22:36:07 -0400 Subject: [PATCH] Rename wvtestrunner to wvtestrun. Who names their programs as nouns anyway? Clearly it runs things, so it should be a verb. --- Makefile | 2 +- cpp/Makefile | 2 +- dotnet/Makefile | 2 +- python/Makefile | 2 +- wvtestrunner => wvtestrun | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename wvtestrunner => wvtestrun (100%) diff --git a/Makefile b/Makefile index 1b477c9..555ce17 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ runtests: make -C cpp runtests test: - ./wvtestrunner $(MAKE) runtests + ./wvtestrun $(MAKE) runtests clean:: rm -f *~ .*~ diff --git a/cpp/Makefile b/cpp/Makefile index 8a7566a..0db1c10 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -10,7 +10,7 @@ runtests: t/wvtest t/wvtest test: - ../wvtestrunner $(MAKE) runtests + ../wvtestrun $(MAKE) runtests clean:: rm -f *~ t/*~ *.o t/*.o t/wvtest diff --git a/dotnet/Makefile b/dotnet/Makefile index ab9a988..ecfb68d 100644 --- a/dotnet/Makefile +++ b/dotnet/Makefile @@ -13,7 +13,7 @@ runtests: t/test.exe cd t && mono --debug test.exe test: - ../wvtestrunner $(MAKE) runtests + ../wvtestrun $(MAKE) runtests clean:: rm -f *~ t/*~ .*~ *.E t/*.E *.d t/*.d t/*.exe t/*.mdb diff --git a/python/Makefile b/python/Makefile index 1faee48..febdb3a 100644 --- a/python/Makefile +++ b/python/Makefile @@ -8,7 +8,7 @@ runtests: $(patsubst ./%t,%t/*.py,$(shell find -type d -name t)) test: - ../wvtestrunner $(MAKE) runtests + ../wvtestrun $(MAKE) runtests clean:: rm -f *~ t/*~ *.pyc t/*.pyc \ No newline at end of file diff --git a/wvtestrunner b/wvtestrun similarity index 100% rename from wvtestrunner rename to wvtestrun -- 2.39.2