Changeset 50661ab in mainline for kernel/test/test.c


Ignore:
Timestamp:
2006-12-11T19:00:04Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f272cb8
Parents:
319e60e
Message:

integrate more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/test.c

    r319e60e r50661ab  
    3939                "atomic1",
    4040                "Test atomic operations",
    41                 &test_atomic1
     41                &test_atomic1,
     42                true
     43        },
     44        {
     45                "btree1",
     46                "Test B-tree operations",
     47                &test_btree1,
     48                true
     49        },
     50        {
     51                "mips1",
     52                "MIPS debug test",
     53                &test_mips1,
     54                true
     55        },
     56        {
     57                "fault1",
     58                "Write to NULL (maybe page fault)",
     59                &test_fault1,
     60                false
     61        },
     62        {
     63                "fpu1",
     64                "Intel FPU test",
     65                &test_fpu1,
     66                true
    4267        },
    4368        {NULL, NULL, NULL}
Note: See TracChangeset for help on using the changeset viewer.