]> rtime.felk.cvut.cz Git - wvtest.git/commitdiff
Rename wvtestrunner.pl to wvtestrunner.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 1 May 2009 02:04:58 +0000 (22:04 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 1 May 2009 02:05:22 +0000 (22:05 -0400)
The .pl isn't the important part, and someday it might change to another
language. Who knows?

Makefile
cpp/Makefile
dotnet/Makefile
dotnet/wvtestrules.mk
python/Makefile
wvtestrunner [moved from wvtestrunner.pl with 100% similarity]

index 02c5fe999d17c53cf37fcfb7401e4f9e34bd97d6..1b477c9617a522ec73d8e110a4307ea2f68adf63 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ runtests:
        make -C cpp runtests
        
 test:
-       ./wvtestrunner.pl $(MAKE) runtests
+       ./wvtestrunner $(MAKE) runtests
 
 clean::
        rm -f *~ .*~
index 6e912417859fba91dbfbf18398b3b4029f062128..8a7566a577005e4d18f1367c49ad2e0a9326395f 100644 (file)
@@ -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
index 2a5be018c5b4da1556afb78671c8dec272f256c1..ab9a988d075f585db4d91308079781d57eaca7dd 100644 (file)
@@ -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
index c78bd558986555a5ae01afc3a6a5873ae2cb56b9..638f43c64c6138b18da2334826e7e0afa5eb7981 100644 (file)
@@ -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 $<
index 46750bff8e711b481508ae1ab320b598d3ecc7c0..1faee486d1b8ef605bb6ea37edf4030f7e44f174 100644 (file)
@@ -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
similarity index 100%
rename from wvtestrunner.pl
rename to wvtestrunner