Version: 0.1.20.1.30.2.00.2.10.2.20.2.30.2.40.3.00.3.10.3.20.4.00.4.10.5.00.6.00.7.00.7.10.7.20.7.30.7.40.7.50.7.60.7.70.7.80.8.00.8.10.8.20.8.30.8.40.8.50.8.60.8.71.0.01.0.11.0.21.0.31.1.0-napi2.0.02.0.13.0.03.0.13.0.23.0.33.0.4-napi3.0.43.0.53.0.63.0.73.0.84.0.04.0.15.0.05.0.15.1.05.1.1
TESTS = test/*.js
all: test
build: clean compile
compile:
npm install .
npm run install
test: build
@./node_modules/nodeunit/bin/nodeunit \
$(TESTS)
clean:
rm -Rf lib/bindings/
.PHONY: clean test build