Skip to content

Commit

Permalink
Move tests to test/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepb committed Feb 14, 2012
1 parent 067b10f commit 75dcd02
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -32,7 +32,7 @@ distclean: clean

test: $(BINARY) coffee
mkdir -p tmp
-find tests -name '*-test.*' -print0 | xargs -0 $(MOCHA) -R spec
-find test -name '*-test.*' -print0 | xargs -0 $(MOCHA) -R spec
rm -rf tmp

$(BUILD_CONFIG):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 75dcd02

Please sign in to comment.