test(kernel/std): add <array> header tests

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-04-04 10:58:13 +00:00
parent 7e7e475dac
commit f6eb4bd3dc
2 changed files with 90 additions and 0 deletions

View File

@ -26,6 +26,7 @@ void test_stl_bitset();
void test_stl_string();
void test_stl_unordered_map() {}
void test_stl_future();
void test_stl_array();
void Test_stl()
{
@ -38,6 +39,7 @@ void Test_stl()
test_stl_string();
test_stl_unordered_map();
test_stl_future();
test_stl_array();
}
#endif // DEBUG