Changeset cb01e1e in mainline for kernel/test/sysinfo/sysinfo1.c


Ignore:
Timestamp:
2009-04-04T00:26:27Z (15 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/sysinfo/sysinfo1.c

    r171f9a1 rcb01e1e  
    3333#include <sysinfo/sysinfo.h>
    3434
    35 char * test_sysinfo1(bool quiet)
     35char *test_sysinfo1(void)
    3636{
    37         if (!quiet)
     37        if (!test_quiet)
    3838                sysinfo_dump(NULL, 0);
    3939        return NULL;
Note: See TracChangeset for help on using the changeset viewer.