js-cfb/Makefile
SheetJS 5c79a6ee30 version bump 0.7.0: removing unnecessary try-catch
Instead of a fixed check, assume that the references are relative if they are
not absolute
2013-11-13 15:36:47 -08:00

14 lines
219 B
Makefile

.PHONY: init test lint clean
test: init
mocha -R spec
lint:
jshint cfb.js
init:
if [ ! -e test_files ]; then git clone https://github.com/SheetJS/test_files; fi
cd test_files; make
clean:
rm -rf ./test_files/