test/Makefile

changeset 23
b26390e77237
parent 0
1a157da63d7c
child 26
dc36aa437249
--- a/test/Makefile	Wed Nov 12 18:37:58 2025 +0100
+++ b/test/Makefile	Tue Dec 09 12:13:43 2025 +0100
@@ -31,7 +31,8 @@
 
 CFLAGS += -I../dbutils/ -I../ucx
 
-SRC = main.c
+SRC  = main.c
+SRC += database.c
 
 OBJ = $(SRC:%.c=../build/test/%$(OBJ_EXT))
 

mercurial