unit: make test_x86_soft_paging.c compilable. also update .gitignore for its binary
This commit is contained in:
@ -202,7 +202,7 @@ static void test_high_paging(void **state) {
|
||||
|
||||
|
||||
int main(void) {
|
||||
const struct CMUnitTests tests[] = {
|
||||
const struct CMUnitTest tests[] = {
|
||||
cmocka_unit_test(test_low_paging),
|
||||
cmocka_unit_test(test_high_paging),
|
||||
};
|
||||
|
Reference in New Issue
Block a user