Add unit tests for chain syncing (#87)

This commit is contained in:
Lee *!* Clagett
2024-01-22 14:17:20 -05:00
committed by Lee *!* Clagett
parent c400c9ef8a
commit e477c174e2
11 changed files with 939 additions and 16 deletions

View File

@@ -56,5 +56,8 @@ namespace lws
//! Stops all scanner instances globally.
static void stop() noexcept { running = false; }
//! For testing, \post is_running() == true
static void reset() noexcept { running = true; }
};
} // lws