OSDN Git Service

unite test cases for wordlist.
authorornse01 <ornse01@users.sourceforge.jp>
Tue, 11 Jan 2011 16:07:21 +0000 (16:07 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Tue, 11 Jan 2011 16:07:21 +0000 (16:07 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@195 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/test.h
src/test_main.c

index f8a4c85..3042de4 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
@@ -65,6 +65,9 @@ IMPORT VOID test_postres_main();
 IMPORT VOID test_tadimf_main();
 
 /* test_array.c */
-EXPORT VOID test_array_main();
+IMPORT VOID test_array_main();
+
+/* test_wordlist.c */
+IMPORT VOID test_wordlist_main();
 
 #endif
index 8e3d5a9..69c0843 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
@@ -54,6 +54,7 @@ EXPORT        W       MAIN(MESSAGE *msg)
        test_postres_main();
        test_tadimf_main();
        test_array_main();
+       test_wordlist_main();
 
        return 0;
 }