test/Makefile

branch
dav-2
changeset 881
64989511f6c3
parent 879
255a5ef46400
child 889
42cdbf9bbd49
--- a/test/Makefile	Mon Sep 08 10:31:08 2025 +0200
+++ b/test/Makefile	Mon Sep 08 11:39:54 2025 +0200
@@ -31,9 +31,11 @@
 include ../dav/obj.mk
 
 TEST_SRC  = main.c
+TEST_SRC += helper.c
 TEST_SRC += base64.c
 TEST_SRC += crypto.c
 TEST_SRC += utils.c
+TEST_SRC += test_resource.c
 
 TEST_SRC += test_finfo.c
 

mercurial