Merge pull request #987 from philips/add-test-script

test: introduce test script
release-2.0
Xiang Li 2014-09-08 16:23:15 -07:00
commit 12c1300d48
1 changed files with 6 additions and 0 deletions

6
test Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
go test ./wal \
./snap \
./etcdserver/... \
./raft \
./store