From 80105a95569c36b7a4d372c7e74f086ad27f5492 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Sun, 26 May 2013 18:46:55 +0800 Subject: Enable flash unit test on emulator BUG=chrome-os-partner:19236 TEST=Pass all tests BRANCH=None Change-Id: I09276292499b94b2d4810830de51e4c63a9b7342 Signed-off-by: Vic Yang Reviewed-on: https://gerrit.chromium.org/gerrit/56704 Reviewed-by: Vincent Palatin --- include/test_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/test_util.h') diff --git a/include/test_util.h b/include/test_util.h index e940beda1c..8b99c560d2 100644 --- a/include/test_util.h +++ b/include/test_util.h @@ -56,6 +56,8 @@ void test_reset(void); void test_print_result(void); +int test_get_error_count(void); + extern int __test_error_count; #endif /* __CROS_EC_TEST_UTIL_H */ -- cgit v1.2.1