OSDN Git Service

add test functions entry.
authorornse01 <ornse01@users.sourceforge.jp>
Thu, 3 Jul 2014 16:27:31 +0000 (16:27 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Thu, 3 Jul 2014 16:27:31 +0000 (16:27 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@603 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/control/test_control.h

index 518a098..45613e2 100644 (file)
@@ -30,6 +30,8 @@
 #ifndef __TEST_CONTROL_H__
 #define __TEST_CONTROL_H__
 
+IMPORT VOID test_texteditor_characterstate_main(unittest_driver_t *driver);
+IMPORT VOID test_texteditor_insertfilter_main(unittest_driver_t *driver);
 IMPORT VOID test_texteditor_textfragment_main(unittest_driver_t *driver);
 
 #endif