Hello, I successfully installed AMR-WIND using spack install under your guidance before. Now I want to test my program. In the source code installation tutorial, testing was done using ctest --output-on-failure after compilation to check if the generated program has the desired functionality. Is there a similar method for testing during our spack installation process? Do I need to go into the amr-wind/tests/ directory to perform the tests? I'm afraid that running make might affect the spack-installed program since I don't have much experience with this. Could you please explain the steps in detail?
Thank you very much for your time and help.