Browse Source

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

test: introduce test script
Xiang Li 11 years ago
parent
commit
12c1300d48
1 changed files with 6 additions and 0 deletions
  1. 6 0
      test

+ 6 - 0
test

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