numam-spdk/test/unit/lib/util
Vitaliy Mysak dcf0ca15c9 ut: make use of CUnit macro to reduce duplications
CUnit provides a helper macro CU_ADD_TEST() that
simplifies usage of CU_add_test() function.
Test name no longer needs to be provided,
as it will be inherited from function name.

This is a follow up to
https://review.spdk.io/gerrit/c/spdk/spdk/+/931

Change-Id: I8078f02e08b14f12328ae022d7090ba13fbd64e4
Signed-off-by: Vitaliy Mysak <vitaliy.mysak@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1239
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2020-04-02 14:50:12 +00:00
..
base64.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
bit_array.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
cpuset.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
crc16.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
crc32_ieee.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
crc32c.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
dif.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
iov.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
math.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
pipe.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
string.c ut: make use of CUnit macro to reduce duplications 2020-04-02 14:50:12 +00:00
Makefile lib/util: Add spdk_sn32_lt/gt() to compare two numbers based on serial number arithmetic 2020-03-19 08:51:31 +00:00