u-boot/include/test/suites.h
Simon Glass 854225191a test: Make cmd_ut_category() static
This function is not used outside the cmd_ut file anymore, so make it
static.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-02-11 20:10:59 -06:00

10 lines
218 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* (C) Copyright 2015
* Joe Hershberger, National Instruments, joe.hershberger@ni.com
*/
#ifndef __TEST_SUITES_H__
#define __TEST_SUITES_H__
#endif /* __TEST_SUITES_H__ */