From d61b09e100dae2c527fa97d4a5633ffd67d3e52e Mon Sep 17 00:00:00 2001 From: Eunyoung Lee Date: Thu, 6 Apr 2017 16:31:12 +0900 Subject: [PATCH] Add group_feature_all_page_back Change-Id: I3fa05d6e1afb5f82aaaffe55bcbc9a7c610cea33 --- .cproject | 50 +++++-- inc/app_log.h | 7 +- src/cluster_view.c | 81 ++++++++---- test/feature_test/feature_test.c | 57 ++++++++ test/feature_test/feature_test.h | 15 +++ test/feature_test/group_feature_all_page_back.c | 168 ++++++++++++++++++++++++ test/test_main.c | 34 +++-- 7 files changed, 359 insertions(+), 53 deletions(-) create mode 100644 test/feature_test/feature_test.c create mode 100644 test/feature_test/feature_test.h create mode 100644 test/feature_test/group_feature_all_page_back.c diff --git a/.cproject b/.cproject index 954c927..6a21214 100755 --- a/.cproject +++ b/.cproject @@ -27,24 +27,22 @@