UNPKG
metriks
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.1.0
0.0.2
A lightweight graphing framework for servers
github.com/kvz/metriks
kvz/metriks
metriks
/
Makefile
10 lines
(7 loc)
•
175 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
test
:
cp
-f ./test/ping.rrd ./test/temp.rrd ./node_modules/.bin/mocha --reporter list
# rm -f ./test/temp.rrd
test-int:
test
./test/integration.sh .PHONY:
test
test-int