more task functionality

This commit is contained in:
Dustin J. Mitchell
2022-01-23 22:45:57 +00:00
parent 821118106a
commit bb722325fe
10 changed files with 333 additions and 24 deletions

View File

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