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

Add tests for the C interfaces #64

Open
amontoison opened this issue Aug 26, 2024 · 2 comments
Open

Add tests for the C interfaces #64

amontoison opened this issue Aug 26, 2024 · 2 comments
Labels
enhancement New feature or request tests

Comments

@amontoison
Copy link
Member

As suggested by Nick in #63, we should add some unit tests in C.
It would be a good sanity check for the interfaces in high-level languages like MATLAB, Python and Julia.
It needs to match the functionality of utest.F90 and ctest.f90 in src/test.

@nimgould
Copy link
Contributor

I've completed @amontoison 's unconstrained C tests, and added constrained ones. I am also underway with the 0-based, row-centric C versions, and this shouldn't be hard to do (just needs a bit of time)

@amontoison
Copy link
Member Author

Thanks Nick! I juqt uncommented the related tests in test/meson.build to check if it works on all platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests
Projects
None yet
Development

No branches or pull requests

2 participants