Changeset f272cb8 in mainline for kernel/test/test.c


Ignore:
Timestamp:
2006-12-11T19:19:28Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
70b6de1
Parents:
50661ab
Message:

integrate more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.c

    r50661ab rf272cb8  
    6666                true
    6767        },
     68        {
     69                "sse1",
     70                "Intel SEE test",
     71                &test_sse1,
     72                true
     73        },
     74        {
     75                "mips2",
     76                "MIPS FPU test",
     77                &test_mips2,
     78                true
     79        },
     80        {
     81                "falloc1",
     82                "Frame allocator test 1",
     83                &test_falloc1,
     84                true
     85        },
     86        {
     87                "falloc2",
     88                "Frame allocator test 2",
     89                &test_falloc2,
     90                true
     91        },
     92        {
     93                "mapping1",
     94                "Mapping test",
     95                &test_mapping1,
     96                true
     97        },
     98        {
     99                "slab1",
     100                "SLAB test 1",
     101                &test_slab1,
     102                true
     103        },
     104        {
     105                "slab2",
     106                "SLAB test 2",
     107                &test_slab2,
     108                true
     109        },
     110        {
     111                "purge1",
     112                "Itanium TLB purge test",
     113                &test_purge1,
     114                true
     115        },
    68116        {NULL, NULL, NULL}
    69117};
Note: See TracChangeset for help on using the changeset viewer.