OSDN Git Service

unite test case.
authorornse01 <ornse01@users.sourceforge.jp>
Sun, 10 Oct 2010 08:05:04 +0000 (08:05 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Sun, 10 Oct 2010 08:05:04 +0000 (08:05 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@140 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/test.h
src/test_main.c

index 827b7df..524db0d 100644 (file)
@@ -58,4 +58,10 @@ IMPORT VOID test_residhash_main();
 /* test_resindexhash.c */
 IMPORT VOID test_resindexhash_main();
 
+/* test_postres.c */
+IMPORT VOID test_postres_main();
+
+/* test_tadimf.c */
+IMPORT VOID test_tadimf_main();
+
 #endif
index 1fe9a97..5d16471 100644 (file)
@@ -51,6 +51,8 @@ EXPORT        W       MAIN(MESSAGE *msg)
        test_sjistring_main();
        test_residhash_main();
        test_resindexhash_main();
+       test_postres_main();
+       test_tadimf_main();
 
        return 0;
 }