Use Carton for dev dependencies

This commit is contained in:
Magnar Sveen
2013-05-18 08:16:23 +02:00
parent 7a236d174e
commit 69c99618f9
15 changed files with 33 additions and 2893 deletions

View File

@@ -143,14 +143,16 @@ You'll find the repo at:
https://github.com/magnars/multiple-cursors.el
To fetch the test dependencies:
To fetch the test dependencies, install
[carton](https://github.com/rejeep/carton) if you haven't already,
then:
$ cd /path/to/multiple-cursors
$ git submodule update --init
$ carton
Run the tests with:
$ ./util/ecukes/ecukes --graphical
$ ./run-tests.sh
## Contributors