ocf/tests/unit/tests/print_desc.h
Kamil Łepek 92b2fa362e Refactor tests directory
Signed-off-by: Kamil Łepek <kamil.lepek94@gmail.com>
2019-01-18 03:12:49 -06:00

7 lines
192 B
C

/*
* Copyright(c) 2012-2018 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
*/
#define print_test_description(description) print_message("[ DESC ] %s\n", description);