unite test cases for cssrendering_box_t and cssrendering_coordinate_t.
@@ -1,7 +1,7 @@ | ||
1 | 1 | /* |
2 | 2 | * test_main.c |
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 |
@@ -37,6 +37,7 @@ | ||
37 | 37 | #include <test_coll.h> |
38 | 38 | #include <test_coding.h> |
39 | 39 | #include <test_tad.h> |
40 | +#include <test_css.h> | |
40 | 41 | |
41 | 42 | |
42 | 43 | EXPORT W MAIN(MESSAGE *msg) |
@@ -72,6 +73,9 @@ | ||
72 | 73 | test_tadlexer_le_main(driver); |
73 | 74 | test_traydata_iterator_main(driver); |
74 | 75 | |
76 | + test_cssrendering_box_main(driver); | |
77 | + test_cssrendering_coordinate_main(driver); | |
78 | + | |
75 | 79 | unittest_driver_runnning(driver); |
76 | 80 | unittest_driver_delete(driver); |
77 | 81 |