Changeset 8a72a9a in mainline for kernel/test/fpu/fpu1.c


Ignore:
Timestamp:
2009-02-12T20:02:17Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f81ceb7
Parents:
fe33ac2e
Message:

add empty tests for platforms which don't support them

File:
1 edited

Legend:

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

    rfe33ac2e r8a72a9a  
    2828 */
    2929
    30 #if (defined(ia32) || defined(amd64) || defined(ia64) || defined(ia32xen))
    31 
    3230#include <print.h>
    3331#include <debug.h>
     
    227225        return "Test failed";
    228226}
    229 
    230 #endif
Note: See TracChangeset for help on using the changeset viewer.