OSDN Git Service

fix testcase driver for test_sjisstring.c
authorornse01 <ornse01@users.sourceforge.jp>
Fri, 2 Apr 2010 17:03:00 +0000 (17:03 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Fri, 2 Apr 2010 17:03:00 +0000 (17:03 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@90 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/Makefile.test
src/test.h
src/test_main.c

index 6472181..542f665 100644 (file)
@@ -38,7 +38,7 @@ VPATH = $(S)
 HEADER := $(S) $(HEADER)
 
 # ¥½¡¼¥¹¥Õ¥¡¥¤¥ë
-SRC =  test_main.c cache.c test_cache.c parser.c test_parser.c layout.c test_layout.c retriever.c tadlib.c parselib.c test_parselib.c http.c submitutil.c test_submitutil.c sjisstring.c
+SRC =  test_main.c cache.c test_cache.c parser.c test_parser.c layout.c test_layout.c retriever.c tadlib.c parselib.c test_parselib.c http.c submitutil.c test_submitutil.c sjisstring.c test_sjisstring.c
 
 # ¥Ç¡¼¥¿¥Ü¥Ã¥¯¥¹¥½¡¼¥¹¥Õ¥¡¥¤¥ë
 DBSRC =
index 845434e..9bfbe3b 100644 (file)
@@ -49,4 +49,7 @@ IMPORT VOID test_parselib_main();
 /* test_submitutil.c */
 IMPORT VOID test_submitutil_main();
 
+/* test_sjisstring.c */
+IMPORT VOID test_sjistring_main();
+
 #endif
index f408ea7..acea502 100644 (file)
@@ -48,6 +48,7 @@ EXPORT        W       MAIN(MESSAGE *msg)
        test_layout_main();
        test_parselib_main();
        test_submitutil_main();
+       test_sjistring_main();
 
        return 0;
 }