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 target does not work with CMake #928

Open
barracuda156 opened this issue Jun 17, 2023 · 2 comments · May be fixed by #1181
Open

Test target does not work with CMake #928

barracuda156 opened this issue Jun 17, 2023 · 2 comments · May be fixed by #1181

Comments

@barracuda156
Copy link

Tests are actually built when -DHYPRE_BUILD_TESTS=ON is passed, but nothing is found and run:

--->  Testing hypre
Executing:  cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_hypre/hypre/work/build" && /usr/bin/make test 
Running tests...
/opt/local/bin/ctest --force-new-ctest-process 
Test project /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_math_hypre/hypre/work/build
No tests were found!!!

-DBUILD_TESTING=ON is not even acknowledged.

@osborn9
Copy link
Contributor

osborn9 commented Jul 19, 2023

Hi @barracuda156,

We are not CMake/CTest to run our tests currently. We are in the progress of supporting more functionality via CMake, but our primary build system is Autoconf.

@barracuda156
Copy link
Author

Perhaps worth adding, especially given that the option exists – which leads users to believe it should work?

@victorapm victorapm linked a pull request Nov 11, 2024 that will close this issue
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 a pull request may close this issue.

2 participants