coverage: add checkpointTest uint test
This commit is contained in:
parent
e54db7e74d
commit
2287317da2
|
@ -32,4 +32,9 @@ TARGET_INCLUDE_DIRECTORIES(
|
|||
add_test(
|
||||
NAME streamUpdateTest
|
||||
COMMAND streamUpdateTest
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME checkpointTest
|
||||
COMMAND checkpointTest
|
||||
)
|
Loading…
Reference in New Issue