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

test: unify ut names #155

Merged
merged 1 commit into from Jul 26, 2018
Merged

Conversation

slawblauciak
Copy link
Collaborator

Signed-off-by: Slawomir Blauciak slawomir.blauciak@linux.intel.com

@@ -54,7 +54,8 @@ struct test_case {

#define TEST_CASE(type, in_state, cmd, out_state) \
{(type), (in_state), (cmd), (out_state), \
("comp_set_state__" #type "__" #in_state "__" #cmd "__" #out_state)}
("test_audio_comp_set_state__" \
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we have test_audio_component_comp_set_state instead of test_audio_comp_set_state because it's for comp_set_state function in header component.h ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you sir ;)

Signed-off-by: Slawomir Blauciak <slawomir.blauciak@linux.intel.com>
@lgirdwood lgirdwood merged commit a2cfd8c into thesofproject:master Jul 26, 2018
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.

None yet

3 participants