OSDN Git Service

unite search testing.
authorornse01 <ornse01@users.sourceforge.jp>
Sun, 30 Jan 2011 10:14:45 +0000 (10:14 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Sun, 30 Jan 2011 10:14:45 +0000 (10:14 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@207 20a0b8eb-f62a-4a12-8fe1-b598822500fb

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

index 7d1e393..a9cc184 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 test_sjisstring.c residhash.c test_residhash.c resindexhash.c test_resindexhash.c postres.c test_postres.c tadimf.c test_tadimf.c array.c test_array.c layoutarray.c test_layoutarray.c layoutstyle.c wordlist.c test_wordlist.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 residhash.c test_residhash.c resindexhash.c test_resindexhash.c postres.c test_postres.c tadimf.c test_tadimf.c array.c test_array.c layoutarray.c test_layoutarray.c layoutstyle.c wordlist.c test_wordlist.c tadsearch.c test_tadsearch.c
 
 # ¥Ç¡¼¥¿¥Ü¥Ã¥¯¥¹¥½¡¼¥¹¥Õ¥¡¥¤¥ë
 DBSRC =
index 3042de4..7e1bd01 100644 (file)
@@ -70,4 +70,7 @@ IMPORT VOID test_array_main();
 /* test_wordlist.c */
 IMPORT VOID test_wordlist_main();
 
+/* test_tadsearch.c */
+IMPORT VOID test_tadsearch_main();
+
 #endif
index 69c0843..8b47f7a 100644 (file)
@@ -55,6 +55,7 @@ EXPORT        W       MAIN(MESSAGE *msg)
        test_tadimf_main();
        test_array_main();
        test_wordlist_main();
+       test_tadsearch_main();
 
        return 0;
 }