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

List excluded generated tests #888

Merged
merged 1 commit into from
May 30, 2024

Conversation

KornevNikita
Copy link
Contributor

There are some test categories (e.g. math_builtin_api) that need to be generated. Such categories are not listed during build configuration as "skipped" if they are excluded.

There are some test categories (e.g. math_builtin_api) that need to be
generated. Such categories are not listed during build configuration as
"skipped" if they are excluded.
@KornevNikita KornevNikita requested a review from a team as a code owner April 22, 2024 10:03
if (tests_list)
get_filename_component(test_dir ${CMAKE_CURRENT_SOURCE_DIR} NAME)
set(test_exe_name ${test_dir})
Copy link
Member

Choose a reason for hiding this comment

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

Then this test_dir variable is now undefined?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm, why, am I missing something? Now we just defining it in advance before if block, so we don't have to do it both in if and else blocks.

Copy link
Member

Choose a reason for hiding this comment

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

Ah yes. I do not know why I have not seen the change above too!
Sorry for the confusion. ☹️

Copy link
Member

@keryell keryell left a comment

Choose a reason for hiding this comment

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

Thanks!

if (tests_list)
get_filename_component(test_dir ${CMAKE_CURRENT_SOURCE_DIR} NAME)
set(test_exe_name ${test_dir})
Copy link
Member

Choose a reason for hiding this comment

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

Ah yes. I do not know why I have not seen the change above too!
Sorry for the confusion. ☹️

@bader bader merged commit e506dcf into KhronosGroup:SYCL-2020 May 30, 2024
8 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.

3 participants