bmake.bat
changeset 447 cfbc9055c83b
parent 441 6f0eb79b3dda
child 456 59a88a51f46a
--- a/bmake.bat	Sat May 02 06:18:36 2015 +0200
+++ b/bmake.bat	Sat May 02 07:00:39 2015 +0200
@@ -17,13 +17,6 @@
 @popd
 
 @echo "***********************************"
-@echo "Buildung stx/goodies/petitparser/tests
-@echo "***********************************"
-@pushd tests
-@call bmake %1 %2 || exit /b "%errorlevel%"
-@popd
-
-@echo "***********************************"
 @echo "Buildung stx/goodies/petitparser/parser/smalltalk
 @echo "***********************************"
 @pushd parser\smalltalk
@@ -43,12 +36,3 @@
 @pushd compiler
 @call bmake %1 %2 || exit /b "%errorlevel%"
 @popd
-
-@echo "***********************************"
-@echo "Buildung stx/goodies/petitparser/compiler/tests
-@echo "***********************************"
-@pushd compiler\tests
-@call bmake %1 %2 || exit /b "%errorlevel%"
-@popd
-
-