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

[record-minmax] Tidy RecordMinMax #14267

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

jinevening
Copy link
Contributor

This tidies RecordMinMax source code.

  • Remove unused code
  • Use proper test name

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong [email protected]


Related to: #14255
Draft PR: #14257

This tidies RecordMinMax source code.
- Remove unused code
- Use proper test name

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>
target_include_directories(record_minmax_function_test PRIVATE include)
target_link_libraries(record_minmax_function_test luci_lang)
target_link_libraries(record_minmax_function_test nncc_coverage)
GTest_AddTest(record_minmax_unittest ${TESTS} ${TEST_SOURCES})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I renamed this test because unittest is a more widely-used term.

Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Seunghui98 Seunghui98 left a comment

Choose a reason for hiding this comment

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

LGTM :)

Copy link
Contributor

@SlavikMIPT SlavikMIPT left a comment

Choose a reason for hiding this comment

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

LGTM

@jinevening jinevening merged commit 00dc8a9 into Samsung:master Oct 29, 2024
8 checks passed
@jinevening jinevening deleted the record-minmax/tidy_rmm branch October 29, 2024 00:56
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.

4 participants