Skip to content

Commit

Permalink
Merge pull request #48 from flosse/run-tests-fix
Browse files Browse the repository at this point in the history
Run tests fix
  • Loading branch information
antoniogarrote committed Mar 3, 2015
2 parents 7090cef + 0cefca7 commit fa8960c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -131,7 +131,12 @@ To execute the whole test suite of the library, including the DAWG test cases fo

$./make.rb tests

The tests depend on [nodeunit](http://search.npmjs.org/#/nodeunit). That node.js library must be installed in order to run the tests.
The tests depend on
- [nodeunit](http://search.npmjs.org/#/nodeunit).
- put
- binary

These node.js libraries must be installed in order to run the tests.

You can also run the tests on the minimized version of the library with the command:

Expand Down Expand Up @@ -718,4 +723,4 @@ Christian Langanke

## License

Licensed under the [GNU Lesser General Public License Version 3 (LGPLV3)](http://www.gnu.org/licenses/lgpl.html), copyright Antonio Garrote 2011-2012.
Licensed under the [GNU Lesser General Public License Version 3 (LGPLV3)](http://www.gnu.org/licenses/lgpl.html), copyright Antonio Garrote 2011-2012.

0 comments on commit fa8960c

Please sign in to comment.