summaryrefslogtreecommitdiff
path: root/utests/utest.hpp
diff options
context:
space:
mode:
authorZhu Bingbing <bingbingx.zhu@intel.com>2014-12-10 12:05:11 +0800
committerZhigang Gong <zhigang.gong@intel.com>2014-12-16 16:06:15 +0800
commit293777b4b1fe6241b0a5ccd3467a28c699f1ae80 (patch)
tree03267a4b7cc82c84f231e11b3271cb398b460793 /utests/utest.hpp
parent430284d29039a52f7ccefab33e9fbd6e538f0fdb (diff)
downloadbeignet-293777b4b1fe6241b0a5ccd3467a28c699f1ae80.tar.gz
change the utest summary code
Signed-off-by: Zhu Bingbing<bingbingx.zhu@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'utests/utest.hpp')
-rw-r--r--utests/utest.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utests/utest.hpp b/utests/utest.hpp
index 0dc611d4..b028b64f 100644
--- a/utests/utest.hpp
+++ b/utests/utest.hpp
@@ -37,6 +37,7 @@ struct RStatistics
size_t passCount;
size_t failCount;
size_t finishrun;
+ size_t actualrun;
};
/*! Quick and dirty unit test system with registration */