From 89e688a3325e91d3c59ac639f04f2c91019c9b10 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Thu, 16 May 2013 10:31:27 -0700 Subject: Revert "Add thermal engine test" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Time-scale functionality is temporarily reverted and this test is now taking too long. Revert this test now. Will add it back when we solve the time-scale issue. This reverts commit d9cf88b35ad211d873f48b41fd985e22ff049b83 Change-Id: Id9ce1071eb2114dd6968d3df9f0bce395edaeef6 Reviewed-on: https://gerrit.chromium.org/gerrit/51482 Commit-Queue: Vic Yang Tested-by: Vic Yang Reviewed-by: Vincent Palatin Reviewed-by: Stéphane Marchesin Tested-by: Stéphane Marchesin --- include/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 8ee20620db..5ac49537e7 100644 --- a/include/common.h +++ b/include/common.h @@ -77,11 +77,9 @@ enum ec_error_list { #ifdef TEST_BUILD #define test_mockable __attribute__((weak)) #define test_mockable_static __attribute__((weak)) -#define test_export_static #else #define test_mockable #define test_mockable_static static -#define test_export_static static #endif #endif /* __CROS_EC_COMMON_H */ -- cgit v1.2.1