Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utest fix #155

Merged
merged 1 commit into from
Nov 7, 2024
Merged

utest fix #155

merged 1 commit into from
Nov 7, 2024

Conversation

yoongsiang2
Copy link
Contributor

No description provided.

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]>
Copy link
Contributor

@JunAnnLaiIntel JunAnnLaiIntel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JunAnnLaiIntel JunAnnLaiIntel merged commit 0ea5d5d into main Nov 7, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants