Blame view

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

default: all

all: selftest clitest jshint

selftest:
8
	-bin/casperjs selftest
9 10

clitest:
11
	-python tests/clitests/runtests.py
12 13

jshint:
14
	-jshint --config=.jshintconfig .