unite bytearray_t.
@@ -63,6 +63,7 @@ | ||
63 | 63 | test_idtocb_main(driver); |
64 | 64 | test_arraybase_main(driver); |
65 | 65 | test_treebase_main(driver); |
66 | + test_bytearray_main(driver); | |
66 | 67 | |
67 | 68 | test_base64encoder_main(driver); |
68 | 69 | test_base64decoder_main(driver); |
@@ -1,7 +1,7 @@ | ||
1 | 1 | /* |
2 | 2 | * test_coll.h |
3 | 3 | * |
4 | - * Copyright (c) 2012 project bchan | |
4 | + * Copyright (c) 2012-2013 project bchan | |
5 | 5 | * |
6 | 6 | * This software is provided 'as-is', without any express or implied |
7 | 7 | * warranty. In no event will the authors be held liable for any damages |
@@ -33,5 +33,6 @@ | ||
33 | 33 | IMPORT VOID test_idtocb_main(unittest_driver_t *driver); |
34 | 34 | EXPORT VOID test_arraybase_main(unittest_driver_t *driver); |
35 | 35 | IMPORT VOID test_treebase_main(unittest_driver_t *driver); |
36 | +IMPORT VOID test_bytearray_main(unittest_driver_t *driver); | |
36 | 37 | |
37 | 38 | #endif |