mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 03:02:29 +00:00
feat(datastore): add CDataStore
This commit is contained in:
parent
4e3a4377d7
commit
a43c4b9112
5 changed files with 250 additions and 0 deletions
9
test/DataStore.cpp
Normal file
9
test/DataStore.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include "common/DataStore.hpp"
|
||||
#include "test/Test.hpp"
|
||||
|
||||
TEST_CASE("CDataStore::CDataStore", "[datastore]") {
|
||||
SECTION("constructs new data store") {
|
||||
CDataStore msg;
|
||||
SUCCEED();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue