fixed Makefile to call casperjs relatively
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -5,7 +5,7 @@ default: all | ... | @@ -5,7 +5,7 @@ default: all |
5 | all: selftest clitest jshint | 5 | all: selftest clitest jshint |
6 | 6 | ||
7 | selftest: | 7 | selftest: |
8 | casperjs selftest | 8 | bin/casperjs selftest |
9 | 9 | ||
10 | clitest: | 10 | clitest: |
11 | python tests/clitests/runtests.py | 11 | python tests/clitests/runtests.py | ... | ... |
-
Please register or sign in to post a comment