Skip to content

Commit

Permalink
Run tests that are in the examples directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Abrams committed Feb 19, 2012
1 parent f80b10d commit 3e51145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
echo "Executing tests..."
# OPTS="--reporter junit --output test/results"

FILES="`find test -name 'test-*.js'`"
FILES="`find test -name 'test-*.js'` `find examples -name '*.js'`"

# echo nodeunit $OPTS $FILES
exec nodeunit $OPTS $FILES

0 comments on commit 3e51145

Please sign in to comment.