aboutsummaryrefslogtreecommitdiff
path: root/protocols/service/test_runner/packed-c/list_tests.h
blob: 25bab9ead6e203557ecc136336cb87c2983d63b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TS_TEST_RUNNER_LIST_TESTS
#define TS_TEST_RUNNER_LIST_TESTS

/**
 * Input parmeters consist of test spec (defined in test_spec.h) to
 * define the set of tests to run.
 */
#include "test_spec.h"

/* Output parameters are the same as for run_tests except no
 * tests are actually run.
 */
#include "test_result.h"

#endif /* TS_TEST_RUNNER_LIST_TESTS */