Files
libgtop/tests/cpuinfo-tests.c
2013-12-07 00:05:36 +02:00

12 lines
187 B
C

#include <glibtop.h>
#include <glibtop/sysinfo.h>
static void
test_simple_cpuinfo (void)
{
glibtop_sysinfo *infos = glibtop_get_sysinfo ();
g_assert_cmpint (infos->ncpu, ==, 4);
}