mirror of
https://github.com/talent-plan/tinykv.git
synced 2025-04-06 01:20:51 +08:00
add missing test target for lab2 (#146)
This commit is contained in:
parent
300323f5fb
commit
d945d6faf1
6
Makefile
6
Makefile
@ -58,6 +58,12 @@ lab2: lab2a lab2b lab2c
|
|||||||
lab2a:
|
lab2a:
|
||||||
go test -count=1 ./raft -run 2A
|
go test -count=1 ./raft -run 2A
|
||||||
|
|
||||||
|
lab2aa:
|
||||||
|
go test -count=1 ./raft -run 2AA
|
||||||
|
|
||||||
|
lab2ab:
|
||||||
|
go test -count=1 ./raft -run 2AB
|
||||||
|
|
||||||
lab2b:
|
lab2b:
|
||||||
go test -count=1 ./kv/test_raftstore -run 2B
|
go test -count=1 ./kv/test_raftstore -run 2B
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user