index
:
warpfx.git
audiolet
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
mocha
/
node_modules
/
commander
/
Makefile
blob: 00746255373c316d8da2bfbffa94c5e74b627f8d (
plain
)
1
2
3
4
5
6
7
TESTS
=
$(
shell
find
test/test.*.js
)
test
:
@./test/run
$(
TESTS
)
.PHONY
:
test