summaryrefslogtreecommitdiff
path: root/utests/utest.hpp
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2013-08-20 15:01:22 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-08-21 14:52:40 +0800
commitdd641098a8d4173f99141740806ab9a52a7dd810 (patch)
tree8c1d93db346fd0c1e8cd5066f9e86d24c4309080 /utests/utest.hpp
parentb961e99442ce7de6a1498946a47baa4a732b870b (diff)
downloadbeignet-dd641098a8d4173f99141740806ab9a52a7dd810.tar.gz
list all available utests' names
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'utests/utest.hpp')
-rw-r--r--utests/utest.hpp2
1 files changed, 2 insertions, 0 deletions
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 */