-
Notifications
You must be signed in to change notification settings - Fork 4
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 option arguments for FortUTF_Find_Tests #23
Conversation
@yanjen Could I ask you to also update the docs on how to use this, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add docs for how to use this to the docs
.
Yes, of course, I will add them in the usage.md |
@artemis-beta Hi I think this PR is ready for review. |
It would be very useful if we can add external libraries or independent flags for the test functions.
Some direct use examples includes if we want to use functions from the LAPACK library (library), or if we want to test our code with OpenACC (flag + library).
For an example, I make a library from
demo_functions.f90
and show how it can be passed in the demo example.