Fortran Package Manager exclude test code

Viewed 95

I've building a library with Fortran Package Manager and it's packing up the test code from test/ as part of the final library - everything works okay but I'd prefer to omit the test code from the final build.

Is there a way to do this with Fortran Package Manager? I can't see anything obvious in the documenation for fpm.toml

1 Answers
Related