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:10 +0000 (10:33 -0400)
commitfb0f6ca9385e1813311cfd917c130b40bec04970
tree0f2e482a4f32a1e65d4c4d36fa9481d7e3785d85
parenta616fb4e0a0245ae2cbd4614910480df19aa23d6
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.026493 seconds and 4 git commands to generate.