Disable tests/ temporarily

This commit is contained in:
R. Tyler Croy 2011-02-19 13:41:20 -08:00
parent 0ab4fef37e
commit 147a5b6297
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ pre:
test: pre lib
for d in experiments/*; do echo "> $$d"; (cd $$d && make); done
for d in tests/*; do echo "> $$d"; (cd $$d && make run); done
# for d in tests/*; do echo "> $$d"; (cd $$d && make run); done
.PHONY: syntax lib test