ROCm / rocm-cmake

CMake modules used within the ROCm libraries
https://rocm.docs.amd.com/projects/ROCmCMakeBuildTools/en/latest/
MIT License
62 stars 43 forks source link

Add ROCMTest module #122

Closed pfultz2 closed 1 year ago

pfultz2 commented 1 year ago

This adds the ROCMTest module to handle setting up and packaging tests. All tests can be built and ran from the build directory with make check.

For the test package, currently, all tests are installed in $<INSTALL_PREFIX>/share/test/${NAME}(I am not sure if this is the best location). The user can run the tests from this directory with ctest ..

causten commented 1 year ago

Any movement on this PR? My project is looking to use its capabilities