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 ..
This adds the
ROCMTest
module to handle setting up and packaging tests. All tests can be built and ran from the build directory withmake 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 withctest .
.