]> rtime.felk.cvut.cz Git - wvtest.git/commitdiff
Add the new C tests to the toplevel Makefile.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 1 Jan 2011 03:41:50 +0000 (19:41 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 1 Jan 2011 03:41:50 +0000 (19:41 -0800)
Makefile

index 9edfff46ba1a8bc31d95e62eaad05e7c09749558..2fce0d58fca1a1b84dcd4a491b0cc3caaf1fd7f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,14 @@ all: build
 build:
        $(MAKE) -C dotnet all
        $(MAKE) -C cpp all
+       $(MAKE) -C c all
 
 runtests: build
        $(MAKE) -C sh runtests
        $(MAKE) -C python runtests
        $(MAKE) -C dotnet runtests
        $(MAKE) -C cpp runtests
+       $(MAKE) -C c runtests
 
 
 test: build
@@ -23,3 +25,4 @@ clean::
        $(MAKE) -C python clean
        $(MAKE) -C dotnet clean
        $(MAKE) -C cpp clean
+       $(MAKE) -C c clean