UNPKG
gm-papandreou
Version:
latest (1.23.0-patch1)
1.23.0-patch1
GraphicsMagick and ImageMagick for node.js
github.com/aheckmann/gm
aheckmann/gm
gm-papandreou
/
Makefile
9 lines
(5 loc)
•
101 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
test:
@node test/ --integration
$(TESTS)
test-unit:
@node test/
$(TESTS)
.PHONY
: test test-unit