]> rtime.felk.cvut.cz Git - wvtest.git/commitdiff
Rename wvtestrunner to wvtestrun.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 1 May 2009 02:36:07 +0000 (22:36 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 1 May 2009 02:36:07 +0000 (22:36 -0400)
Who names their programs as nouns anyway?  Clearly it runs things, so it
should be a verb.

Makefile
cpp/Makefile
dotnet/Makefile
python/Makefile
wvtestrun [moved from wvtestrunner with 100% similarity]

index 1b477c9617a522ec73d8e110a4307ea2f68adf63..555ce175d09008ad8228abb7ef16bbd4cf26d6f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ runtests:
        make -C cpp runtests
        
 test:
-       ./wvtestrunner $(MAKE) runtests
+       ./wvtestrun $(MAKE) runtests
 
 clean::
        rm -f *~ .*~
index 8a7566a577005e4d18f1367c49ad2e0a9326395f..0db1c10b16da0887b97ae84af84492990ef16983 100644 (file)
@@ -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
index ab9a988d075f585db4d91308079781d57eaca7dd..ecfb68d8d20da1da009b8b98bb4323bef000f699 100644 (file)
@@ -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
index 1faee486d1b8ef605bb6ea37edf4030f7e44f174..febdb3a05a292f8fe6b7d02a7d359230247975bc 100644 (file)
@@ -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
similarity index 100%
rename from wvtestrunner
rename to wvtestrun