Changeset cb01e1e in mainline for kernel/test/debug


Ignore:
Timestamp:
2009-04-04T00:26:27Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a85aebd
Parents:
171f9a1
Message:

use global variable and a macro for silencing tests

Location:
kernel/test/debug
Files:
2 edited

Legend:

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

    r171f9a1 rcb01e1e  
    3737#include <arch.h>
    3838
    39 char *test_mips1(bool quiet)
     39char *test_mips1(void)
    4040{
    41         if (!quiet)
    42                 printf("If kconsole is compiled in, you should enter debug mode now.\n");
     41        TPRINTF("If kconsole is compiled in, you should enter debug mode now.\n");
    4342       
    4443        asm volatile (
  • kernel/test/debug/mips1_skip.c

    r171f9a1 rcb01e1e  
    2929#include <test.h>
    3030
    31 char *test_mips1(bool quiet)
     31char *test_mips1(void)
    3232{
    3333        return NULL;
Note: See TracChangeset for help on using the changeset viewer.