From 84bb2d5d08c70558ac36b22f16dec7681e0d8a8e Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 21 May 2019 14:45:30 +0300 Subject: uuid: new module. Signed-off-by: Gediminas Jakutis --- test/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 3ad8540..03b2211 100644 --- a/test/main.c +++ b/test/main.c @@ -22,6 +22,7 @@ #include "float_test.h" #include "diagnostic_test.h" #include "time_test.h" +#include "uuid_test.h" /* TODO: allow individual tests to be selected */ @@ -30,7 +31,8 @@ int main(int argc, char **argv) static const struct section sections[] = { {"float", float_test}, {"diagnostic", diagnostic_test}, - {"time", time_test} }; + {"time", time_test}, + {"uuid", uuid_test} }; size_t i; if (argc != 3) { -- cgit v1.2.3