coverage: add checkpointTest uint test

This commit is contained in:
Alex Duan 2024-02-15 22:38:27 +08:00
parent e54db7e74d
commit 2287317da2
1 changed files with 5 additions and 0 deletions

View File

@ -32,4 +32,9 @@ TARGET_INCLUDE_DIRECTORIES(
add_test(
NAME streamUpdateTest
COMMAND streamUpdateTest
)
add_test(
NAME checkpointTest
COMMAND checkpointTest
)