From: ornse01 Date: Sun, 10 Oct 2010 08:05:04 +0000 (+0000) Subject: unite test case. X-Git-Tag: 0.4.0~161 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8813a783842f04d96002fdbd2a1864c9dc432190;p=bbk%2Fbchan.git unite test case. git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@140 20a0b8eb-f62a-4a12-8fe1-b598822500fb --- diff --git a/src/test.h b/src/test.h index 827b7df..524db0d 100644 --- a/src/test.h +++ b/src/test.h @@ -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 diff --git a/src/test_main.c b/src/test_main.c index 1fe9a97..5d16471 100644 --- a/src/test_main.c +++ b/src/test_main.c @@ -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; }