unite extbbslist_t test.
@@ -1,7 +1,7 @@ | ||
1 | 1 | /* |
2 | 2 | * test_main.c |
3 | 3 | * |
4 | - * Copyright (c) 2009-2011 project bchan | |
4 | + * Copyright (c) 2009-2012 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 |
@@ -48,6 +48,7 @@ | ||
48 | 48 | test_bbsmnparser_main(driver); |
49 | 49 | test_bbsmnlayout_main(driver); |
50 | 50 | test_bbsmnfilter_main(driver); |
51 | + test_extbbslist_main(driver); | |
51 | 52 | |
52 | 53 | unittest_driver_runnning(driver); |
53 | 54 | unittest_driver_delete(driver); |
@@ -1,7 +1,7 @@ | ||
1 | 1 | /* |
2 | 2 | * test.h |
3 | 3 | * |
4 | - * Copyright (c) 2009-2011 project bchan | |
4 | + * Copyright (c) 2009-2012 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 |
@@ -54,4 +54,7 @@ | ||
54 | 54 | /* test_bbsmenufilter.c */ |
55 | 55 | IMPORT VOID test_bbsmnfilter_main(unittest_driver_t *driver); |
56 | 56 | |
57 | +/* test_extbbslist.c */ | |
58 | +IMPORT VOID test_extbbslist_main(unittest_driver_t *driver); | |
59 | + | |
57 | 60 | #endif |