Blame view

Makefile 185 Bytes
1 2 3 4 5 6 7
.PHONY: default all

default: all

all: selftest clitest jshint

selftest:
8
	bin/casperjs selftest
9 10 11 12 13 14

clitest:
	python tests/clitests/runtests.py

jshint:
	jshint --config=.jshintconfig .