Commit ee588a24 ee588a2445c4bdea2ec277efa0900787ae291aad by Nicolas Perriault

fixed Makefile to call casperjs relatively

1 parent 13bb5137
Showing 1 changed file with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ default: all
all: selftest clitest jshint
selftest:
casperjs selftest
bin/casperjs selftest
clitest:
python tests/clitests/runtests.py
......