From dd641098a8d4173f99141740806ab9a52a7dd810 Mon Sep 17 00:00:00 2001 From: Lu Guanqun Date: Tue, 20 Aug 2013 15:01:22 +0800 Subject: list all available utests' names Signed-off-by: Lu Guanqun Reviewed-by: Zhigang Gong --- utests/utest.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utests/utest.hpp') diff --git a/utests/utest.hpp b/utests/utest.hpp index 338a4dca..93b3d875 100644 --- a/utests/utest.hpp +++ b/utests/utest.hpp @@ -50,6 +50,8 @@ struct UTest static void run(const char *name); /*! Run all the tests */ static void runAll(void); + /*! List all the tests */ + static void listAll(void); }; /*! Register a new unit test */ -- cgit v1.2.1