Changeset 50661ab in mainline for kernel/test/debug/mips1.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 moved

Legend:

Unmodified
Added
Removed
  • kernel/test/debug/mips1.c

    r319e60e r50661ab  
    3939
    4040
    41 void test(void)
     41void test_mips1(void)
    4242{
     43#ifdef mips32
    4344        printf("MIPS debug test #1\n");
    4445
     
    4849
    4950        printf("Test passed.\n");
     51#else
     52        printf("This test is availaible only on MIPS32 platform.\n");
     53#endif
    5054}
Note: See TracChangeset for help on using the changeset viewer.