Changeset f272cb8 in mainline for kernel/test/fpu/mips2.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 moved

Legend:

Unmodified
Added
Removed
  • kernel/test/fpu/mips2.c

    r50661ab rf272cb8  
    3737
    3838#include <arch.h>
     39
     40#ifdef mips32
    3941
    4042#define THREADS         50
     
    106108
    107109
    108 void test(void)
     110void test_mips2(void)
    109111{
    110112        thread_t *t;
     
    135137        printf("Test passed.\n");
    136138}
     139
     140#else
     141
     142void test_mips2(void)
     143{
     144        printf("This test is availaible only on MIPS32 platform.\n");
     145}
     146
     147#endif
Note: See TracChangeset for help on using the changeset viewer.