build_tests and run_tests should work now

This commit is contained in:
Roman Bovsunivskiy
2010-02-22 17:38:03 +00:00
parent 4dc0dd399e
commit 360bc41d24
5 changed files with 24 additions and 110 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ SUBDIRS = src doc
DOLLAR = $
build_tests.commands = ./unit_tests.sh make
build_tests.commands = ./unit_tests.sh make build
build_tests.depends = all
run_tests.commands = ./unit_tests.sh make run