added test taget to run tests from src root

This commit is contained in:
Bjorn Andersson 2006-12-16 00:10:03 +00:00
parent 0f0c81e2cc
commit 93085e0959

View File

@ -3,6 +3,9 @@ all:
@(cd src; make all)
@(cd tests; make all)
test: all
(cd tests; make all)
stateos:
@echo OS is $(OS)