add some UUID support

This commit is contained in:
Dustin J. Mitchell 2022-01-23 19:45:39 +00:00
parent e590dc7c98
commit 46e08bc040
8 changed files with 136 additions and 1 deletions

View file

@ -3,7 +3,7 @@ INC=-I ../lib
LIB=-L ../target/debug
RPATH=-Wl,-rpath,../target/debug
TESTS = replica.cpp
TESTS = replica.cpp uuid.cpp
.PHONY: all test