Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Mention git submodules in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sietseringers committed Aug 19, 2016
1 parent a216314 commit 1507514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Neither `utils/keygen.sh` nor `utils/preparetest.sh` will overwrite existing fil

# Testing

You can run the included unit tests by running `gradle test`; in this case `src/test/resources` will always be used as the configuration directory (which comes with its own configuration files for this purpose, as well as `irma_configuration` as a git submodule).
You can run the included unit tests by running `gradle test`; in this case `src/test/resources` will always be used as the configuration directory (which comes with its own configuration files for this purpose, as well as `irma_configuration` as a git submodule. Be sure to run `git submodule init && git submodule update`!).

A test service provider and identity provider, written in node.js, is included; see `utils/testsp.js` and `utils/testip.js` respectively. If you haven't done so already, you should install the dependencies (assuming you already have node.js installed):

Expand Down

0 comments on commit 1507514

Please sign in to comment.