Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clkmgr: update CLKMGR_CXXFLAGS to include CLKMGR_PUB_DIR.
This update resolves issues related to missing header files during utest. utest result: $ make utest_clkmgr_client [CC] clkmgr/utest/subscription.cpp [CC] clkmgr/utest/client_state.cpp [LD] clkmgr/utest/utest_client [UTEST C++] [==========] Running 2 tests from 2 test cases. [----------] Global test environment set-up. [----------] 1 test from SubscriptionTest [ RUN ] SubscriptionTest.MacroMajor [ OK ] SubscriptionTest.MacroMajor (0 ms) [----------] 1 test from SubscriptionTest (0 ms total) [----------] 1 test from ClientStateTest [ RUN ] ClientStateTest.ApiTest [ OK ] ClientStateTest.ApiTest (0 ms) [----------] 1 test from ClientStateTest (0 ms total) [----------] Global test environment tear-down [==========] 2 tests from 2 test cases ran. (0 ms total) [ PASSED ] 2 tests. Signed-off-by: Song Yoong Siang <[email protected]>
- Loading branch information