OSDN Git Service

unite testcase for idtocb_t.
[bbk/bchanf.git] / src / Makefile.test
index 4a2e285..7f67267 100644 (file)
@@ -31,7 +31,7 @@ include ../../etc/makerules
 TARGET = bchanf_test
 
 # ¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Î¥µ¡¼¥Á¥Ñ¥¹
-S = ../src ../src/unittest ../src/http ../src/parse
+S = ../src ../src/unittest ../src/http ../src/parse ../src/coll
 VPATH = $(S)
 
 # ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î¥Ç¥£¥ì¥¯¥È¥êÄɲÃ
@@ -63,7 +63,11 @@ SRC_PARSE =  tokenchecker.c \
 SRC_PARSE_TEST =       test_tokenchecker.c \
                        test_charreferparser.c
 
-SRC =  test_main.c $(SRC_UNITTEST) $(SRC_HTTP) $(SRC_HTTP_TEST) $(SRC_PARSE) $(SRC_PARSE_TEST)
+SRC_COLL =     idtocb.c
+
+SRC_COLL_TEST =        test_idtocb.c
+
+SRC =  test_main.c $(SRC_UNITTEST) $(SRC_HTTP) $(SRC_HTTP_TEST) $(SRC_PARSE) $(SRC_PARSE_TEST) $(SRC_COLL) $(SRC_COLL_TEST)
 
 # ¥Ç¡¼¥¿¥Ü¥Ã¥¯¥¹¥½¡¼¥¹¥Õ¥¡¥¤¥ë
 DBSRC =