Add more unit tests for possible_cpus_array_len
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 28 Jul 2022 14:17:48 +0000 (10:17 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 29 Jul 2022 14:33:36 +0000 (10:33 -0400)
commit844f3f2f682240f9bc37554eb947e49c428e57f0
treea48aa82b5666005c31089b00920d909231f79e40
parent79030bb74344441d0fcaff690b2fda06ceb0f0fa
Add more unit tests for possible_cpus_array_len

Change-Id: If0b7fb9183936f00ac90349fb32f1db57f124602
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 files changed:
.gitignore
src/common/smp.c
src/common/smp.h
tests/Makefile.am
tests/unit/libcommon/Makefile.am
tests/unit/libcommon/get_cpu_mask_from_sysfs.c [new file with mode: 0644]
tests/unit/libcommon/get_max_cpuid_from_sysfs.c [new file with mode: 0644]
tests/unit/libcommon/test_get_cpu_mask_from_sysfs [new file with mode: 0755]
tests/unit/libcommon/test_get_max_cpuid_from_mask.c [new file with mode: 0644]
tests/unit/libcommon/test_get_max_cpuid_from_sysfs [new file with mode: 0755]
tests/unit/libcommon/test_get_possible_cpus_array_len.c [new file with mode: 0644]
tests/unit/libcommon/test_smp.c [deleted file]
This page took 0.026374 seconds and 4 git commands to generate.