Rev 2029 | Rev 2053 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2029 | Rev 2050 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | #include <debug.h> |
30 | #include <debug.h> |
31 | 31 | ||
32 | #include <test.h> |
32 | #include <test.h> |
33 | #include <sysinfo/sysinfo.h> |
33 | #include <sysinfo/sysinfo.h> |
34 | 34 | ||
35 | char * test_sysinfo1(void) |
35 | char * test_sysinfo1(bool quiet) |
36 | { |
36 | { |
37 | sysinfo_dump(NULL, 0); |
37 | sysinfo_dump(NULL, 0); |
38 | return NULL; |
38 | return NULL; |
39 | } |
39 | } |