From 61013a01f0e5d3dcd18ad5319b606b74581bf37e Mon Sep 17 00:00:00 2001
From: Mirco Dotta <mirco.dotta@gmail.com>
Date: Tue, 7 Jul 2009 13:16:33 +0000
Subject: [PATCH] force creation of bin/tests directory in the script.

---
 forall-tests.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/forall-tests.sh b/forall-tests.sh
index 6726280d3..2122bcdee 100755
--- a/forall-tests.sh
+++ b/forall-tests.sh
@@ -63,6 +63,7 @@ shopt -s expand_aliases;
 
 alias scalac=".././scalac-funcheck -cp ../bin:../lib/ScalaCheck-1.5.jar  -d ../bin/tests"
 
+mkdir bin/tests
 cd tests
 
 scalac plugin/BST.scala
-- 
GitLab