summaryrefslogtreecommitdiff
path: root/include/test/suites.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/test/suites.h')
-rw-r--r--include/test/suites.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/test/suites.h b/include/test/suites.h
index a2f982bf6fa..687a8a13e7f 100644
--- a/include/test/suites.h
+++ b/include/test/suites.h
@@ -7,14 +7,9 @@
#ifndef __TEST_SUITES_H__
#define __TEST_SUITES_H__
-struct cmd_tbl;
struct unit_test;
struct unit_test_state;
-/* 'command' functions normally called do_xxx where xxx is the command name */
-typedef int (*ut_cmd_func)(struct unit_test_state *uts, struct cmd_tbl *cmd,
- int flags, int argc, char *const argv[]);
-
/**
* cmd_ut_category() - Run a category of unit tests
*