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

cleanup TEST_EXES in src/CMakeLists.txt #93

Open
cwsmith opened this issue Mar 13, 2024 · 0 comments
Open

cleanup TEST_EXES in src/CMakeLists.txt #93

cwsmith opened this issue Mar 13, 2024 · 0 comments
Labels
cmake good first issue Good for newcomers help wanted Extra attention is needed

Comments

@cwsmith
Copy link

cwsmith commented Mar 13, 2024

Calls like this:

set(TEST_EXES ${TEST_EXES} unit_math)

should be added to the macro that adds tests.

TEST_EXES is used here:

omega_h/src/CMakeLists.txt

Lines 548 to 549 in 6216b3a

add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND}
DEPENDS ${TEST_EXES})

@cwsmith cwsmith added help wanted Extra attention is needed cmake good first issue Good for newcomers labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmake good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant