Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing instrunctions on how to run the tests #33

Open
strk opened this issue Jun 28, 2012 · 1 comment
Open

Missing instrunctions on how to run the tests #33

strk opened this issue Jun 28, 2012 · 1 comment

Comments

@strk
Copy link

strk commented Jun 28, 2012

Ideally also provide a simple Makefile with a "check" rule, following GNU standards

@xavi-
Copy link
Contributor

xavi- commented Aug 15, 2012

You can run the test be cd-ing to the test directory and executing the following commands;

node callbackTest.js
node errorTest.js
node fnTest.js
node groupTest.js
node parallelTest.js

Creating a Makefile is an interesting proposal, but I feel it might lead to confusion, since there's nothing to build in this project or install (npm takes care of that).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants