From 93085e0959e3a51d4443ad62bde317fe77c209d8 Mon Sep 17 00:00:00 2001
From: Bjorn Andersson <flex@kryo.se>
Date: Sat, 16 Dec 2006 00:10:03 +0000
Subject: [PATCH] added test taget to run tests from src root

---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 7fa03f0..def9c74 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ all:
 	@(cd src; make all)
 	@(cd tests; make all)
 
+test: all
+	(cd tests; make all)
+
 stateos:
 	@echo OS is $(OS)