summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index f543602..2a0c63a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -39,7 +39,7 @@ CFILES = $(addprefix xml/c/, $(notdir $(XMLFILES:.xml=.c)))
# Objects
XMLOBJS = $(addprefix xml/bin/, $(notdir $(XMLFILES:.xml=)))
-OTHEROBJS = binding
+OTHEROBJS = binding test-list
OBJS = $(OTHEROBJS) $(XMLOBJS)
.PHONY: clean debug export release setup test transform