OSDN Git Service

unite test for sbjtlist_t.
authorornse01 <ornse01@users.sourceforge.jp>
Tue, 23 Aug 2011 10:14:19 +0000 (10:14 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Tue, 23 Aug 2011 10:14:19 +0000 (10:14 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanl/trunk@298 20a0b8eb-f62a-4a12-8fe1-b598822500fb

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

index 5b199b4..a223669 100644 (file)
@@ -38,7 +38,7 @@ VPATH = $(S)
 HEADER := $(S) $(HEADER)
 
 # ¥½¡¼¥¹¥Õ¥¡¥¤¥ë
-SRC =  test_main.c subjectcache.c test_subjectcache.c subjectparser.c test_subjectparser.c subjectlayout.c test_subjectlayout.c cache.c bbsmenucache.c test_bbsmenucache.c bbsmenuparser.c test_bbsmenuparser.c bbsmenulayout.c test_bbsmenulayout.c tadlib.c parselib.c bbsmenufilter.c test_bbsmenufilter.c
+SRC =  test_main.c subjectcache.c test_subjectcache.c subjectparser.c test_subjectparser.c subjectlayout.c test_subjectlayout.c cache.c bbsmenucache.c test_bbsmenucache.c bbsmenuparser.c test_bbsmenuparser.c bbsmenulayout.c test_bbsmenulayout.c tadlib.c parselib.c bbsmenufilter.c test_bbsmenufilter.c array.c subjectlist.c test_subjectlist.c
 
 # ¥Ç¡¼¥¿¥Ü¥Ã¥¯¥¹¥½¡¼¥¹¥Õ¥¡¥¤¥ë
 DBSRC =
index fc89104..b62669b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test.h
  *
- * Copyright (c) 2009-2010 project bchan
+ * Copyright (c) 2009-2011 project bchan
  *
  * This software is provided 'as-is', without any express or implied
  * warranty. In no event will the authors be held liable for any damages
@@ -40,6 +40,9 @@ IMPORT VOID test_sbjtcache_main();
 /* test_subjectparser.c */
 IMPORT VOID test_sbjtparser_main();
 
+/* test_subjectlist.c */
+IMPORT VOID test_sbjtlist_main();
+
 /* test_subjectlayout.c */
 IMPORT VOID test_sbjtlayout_main();
 
index 38a2b90..1b91759 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * test_main.c
  *
- * Copyright (c) 2009-2010 project bchan
+ * Copyright (c) 2009-2011 project bchan
  *
  * This software is provided 'as-is', without any express or implied
  * warranty. In no event will the authors be held liable for any damages
@@ -33,6 +33,7 @@ EXPORT        W       MAIN(MESSAGE *msg)
 {
        test_sbjtcache_main();
        test_sbjtparser_main();
+       test_sbjtlist_main();
        test_sbjtlayout_main();
        test_bbsmncache_main();
        test_bbsmnparser_main();