From c617ede08ad0583e0e015e76ebda2c5d2f6b5854 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 20 May 2015 14:27:28 -0500 Subject: test: Add a common unit test command Add a command that all other unit tests should be a sub-command of. Also include a command that will run all tests. Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- include/test/suites.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/test/suites.h (limited to 'include/test') diff --git a/include/test/suites.h b/include/test/suites.h new file mode 100644 index 0000000..eae132e --- /dev/null +++ b/include/test/suites.h @@ -0,0 +1,11 @@ +/* + * (C) Copyright 2015 + * Joe Hershberger, National Instruments, joe.hershberger@ni.com + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#ifndef __TEST_SUITES_H__ +#define __TEST_SUITES_H__ + +#endif /* __TEST_SUITES_H__ */ -- cgit v1.1