add missing test target for lab2 (#146)

This commit is contained in:
废物点心 2020-04-07 15:52:39 +08:00 committed by Connor
parent 300323f5fb
commit d945d6faf1

View File

@ -58,6 +58,12 @@ lab2: lab2a lab2b lab2c
lab2a:
go test -count=1 ./raft -run 2A
lab2aa:
go test -count=1 ./raft -run 2AA
lab2ab:
go test -count=1 ./raft -run 2AB
lab2b:
go test -count=1 ./kv/test_raftstore -run 2B