unit_test.h 270 B

123456789101112
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. /** @file unit_test.h
  3. * @brief This is the header for unit_test.c
  4. */
  5. #ifndef LOGS_MANAGEMENT_UNIT_TEST_H_
  6. #define LOGS_MANAGEMENT_UNIT_TEST_H_
  7. int logs_management_unittest(void);
  8. #endif // LOGS_MANAGEMENT_UNIT_TEST_H_