Changeset 319e60e in mainline for kernel/kernel.config


Ignore:
Timestamp:
2006-12-11T18:33:53Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50661ab
Parents:
134877d
Message:

prepare for new test infrastructure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/kernel.config

    r134877d r319e60e  
    119119## Run-time configuration directives
    120120
    121 # Kernel test type
    122 @ "" No test
    123 @ "atomic/atomic1" Test of atomic operations.
    124 @ "btree/btree1" B-tree test.
    125 @ "synch/rwlock1" Read write test 1
    126 @ "synch/rwlock2" Read write test 2
    127 @ "synch/rwlock3" Read write test 3
    128 @ "synch/rwlock4" Read write test 4
    129 @ "synch/rwlock5" Read write test 5
    130 @ "synch/semaphore1" Semaphore test 1
    131 @ "synch/semaphore2" Sempahore test 2
    132 @ [ARCH=ia32|ARCH=amd64|ARCH=ia64|ARCH=ia32xen] "fpu/fpu1" Intel FPU test 1
    133 @ [ARCH=ia32|ARCH=amd64|ARCH=ia32xen] "fpu/sse1" Intel SSE test 1
    134 @ [ARCH=mips32&MACHINE!=msim&MACHINE!=simics] "fpu/mips1" MIPS FPU test 1
    135 @ "print/print1" Printf test 1
    136 @ "thread/thread1" Thread test 1
    137 @ "mm/mapping1" Mapping test 1
    138 @ "mm/falloc1" Frame Allocation test 1
    139 @ "mm/falloc2" Frame Allocation test 2
    140 @ "mm/slab1" SLAB test1 - No CPU cache
    141 @ "mm/slab2" SLAB test2 - SMP CPU cache
    142 @ "fault/fault1" Write to NULL (maybe page fault)
    143 @ "sysinfo" Sysinfo fill and dump test
    144 @ [ARCH=ia64] "mm/purge1" Itanium TLB purge test
    145 @ [ARCH=mips32] "debug/mips1" MIPS breakpoint-debug test
    146 ! CONFIG_TEST (choice)
     121# Compile kernel tests
     122! CONFIG_TEST (y/n)
    147123
    148 # Benchmark test
    149 ! [CONFIG_TEST!=] CONFIG_BENCH (n/y)
     124# Benchmark tests
     125! [CONFIG_TEST!=] CONFIG_BENCH (y/n)
Note: See TracChangeset for help on using the changeset viewer.