first bits of a dynamc lib
This commit is contained in:
7
binding-tests/uuid.cpp
Normal file
7
binding-tests/uuid.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "doctest.h"
|
||||
#include "taskchampion.h"
|
||||
|
||||
TEST_CASE("creating a UUID") {
|
||||
StoragePtr *storage = storage_new_in_memory();
|
||||
storage_free(storage);
|
||||
}
|
||||
Reference in New Issue
Block a user