Skip to content

Commit

Permalink
Make the Makefile more portable
Browse files Browse the repository at this point in the history
For some reason the bash magic doesn't work properly on all platforms.
  • Loading branch information
felixge committed Oct 23, 2010
1 parent e62b900 commit c7547e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test:
@find test/{simple,system}/test-*.js | xargs -n 1 -t node
@find test/simple/test-*.js | xargs -n 1 -t node
@find test/system/test-*.js | xargs -n 1 -t node
test-all: test
@find test/system/slow/test-*.js | xargs -n 1 -t node
benchmark-node-mysql:
Expand Down

0 comments on commit c7547e1

Please sign in to comment.