Skip to content
  • 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
Switch branch/tag
  • casperjs
  • Makefile
  • Nicolas Perriault's avatar
    upgraded jshint to 2.0.1 · f0325747
    f0325747
    Nicolas Perriault authored 2013-05-13 08:02:42 +0200
Makefile 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.PHONY: default test docs selftest clitest jshint

default: test

test: selftest clitest jshint

docs:
	sphinx-build -b html ./docs docs/_build

selftest:
	bin/casperjs selftest

clitest:
	python tests/clitests/runtests.py

jshint:
	jshint .