diff -r 38796c7e32b6 -r 4e4e5bbad164 test/Makefile --- a/test/Makefile Sun Sep 17 12:08:04 2023 +0200 +++ b/test/Makefile Sun Sep 17 13:18:39 2023 +0200 @@ -34,6 +34,7 @@ TEST_SRC += test.c TEST_SRC += base64.c TEST_SRC += crypto.c +TEST_SRC += utils.c TEST_OBJ = $(TEST_SRC:%.c=../build/test/%$(OBJ_EXT))