• R/O
  • SSH
  • HTTPS

bchan: 提交


Commit MetaInfo

修訂543 (tree)
時間2013-04-25 01:12:39
作者ornse01

Log Message

unite treebase_t code and tests.

Change Summary

差異

--- bchanf/trunk/src/test_main.c (revision 542)
+++ bchanf/trunk/src/test_main.c (revision 543)
@@ -61,6 +61,7 @@
6161
6262 test_idtocb_main(driver);
6363 test_arraybase_main(driver);
64+ test_treebase_main(driver);
6465
6566 test_base64encoder_main(driver);
6667 test_base64decoder_main(driver);
--- bchanf/trunk/src/coll/test_coll.h (revision 542)
+++ bchanf/trunk/src/coll/test_coll.h (revision 543)
@@ -32,5 +32,6 @@
3232
3333 IMPORT VOID test_idtocb_main(unittest_driver_t *driver);
3434 EXPORT VOID test_arraybase_main(unittest_driver_t *driver);
35+IMPORT VOID test_treebase_main(unittest_driver_t *driver);
3536
3637 #endif
Show on old repository browser