Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ee588a24
...
ee588a2445c4bdea2ec277efa0900787ae291aad
authored
2013-02-23 20:23:32 +0100
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed Makefile to call casperjs relatively
1 parent
13bb5137
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile
Makefile
View file @
ee588a2
...
...
@@ -5,7 +5,7 @@ default: all
all
:
selftest clitest jshint
selftest
:
casperjs selftest
bin/
casperjs selftest
clitest
:
python tests/clitests/runtests.py
...
...
Please
register
or
sign in
to post a comment