mirror of https://github.com/ledisdb/ledisdb.git
6 lines
38 B
Makefile
6 lines
38 B
Makefile
|
.PHONY: test
|
||
|
|
||
|
|
||
|
test:
|
||
|
sh tests/all.sh
|