From: Avery Pennarun Date: Fri, 1 May 2009 02:36:07 +0000 (-0400) Subject: Rename wvtestrunner to wvtestrun. X-Git-Url: http://rtime.felk.cvut.cz/gitweb/wvtest.git/commitdiff_plain/490223d845ec056ddca3a9fa47af915113c26dd1 Rename wvtestrunner to wvtestrun. Who names their programs as nouns anyway? Clearly it runs things, so it should be a verb. --- 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