redis / hiredis-node

Node wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
305 stars 84 forks source link

Instructions on how to run the tests #68

Closed thedrow closed 9 years ago

thedrow commented 9 years ago

We're testing all the bindings with each new commit on hiredis master. I need help to run the tests and there are no instructions on the readme file on how to do so.

stephank commented 9 years ago

Not a committer, but for what it's worth, this is done with npm test.

thedrow commented 9 years ago

I still can't run the tests: https://travis-ci.org/redis/hiredis/jobs/43193298

stephank commented 9 years ago

Oh, there's a Makefile. I'd never seen that before. But is seems, to me, unnecessary.

You don't need to install node-gyp either. From a clean checkout, install submodules, then run npm install in the directory, followed by npm test.

thedrow commented 9 years ago

I'll give it a shot.

badboy commented 9 years ago

any help needed here? Please reopen then.