aboutsummaryrefslogtreecommitdiff
path: root/protocols/service/test_runner/packed-c/list_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/service/test_runner/packed-c/list_tests.h')
-rw-r--r--protocols/service/test_runner/packed-c/list_tests.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/protocols/service/test_runner/packed-c/list_tests.h b/protocols/service/test_runner/packed-c/list_tests.h
new file mode 100644
index 000000000..25bab9ead
--- /dev/null
+++ b/protocols/service/test_runner/packed-c/list_tests.h
@@ -0,0 +1,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 */