Skip to content

Commit

Permalink
Include incubot.rkt.
Browse files Browse the repository at this point in the history
It's odd in that it "includes" the tests
  • Loading branch information
offby1 committed May 18, 2011
1 parent 6cdbf06 commit fa0cdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crude-test-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Sure be nice if there were a built-in way to run all the tests ...

egrep -l schemeunit *.rkt | while read f
(echo incubot.rkt ; egrep -l schemeunit *.rkt) | while read f
do
if [ -x $f ]
then
Expand Down

0 comments on commit fa0cdaf

Please sign in to comment.