Existing test methods run via callbacks at install time when run with `spack install --run-tests` These methods are tied into the package build system, and cannot be run arbitrarily New naming scheme for these tests based on the build system phase after which they should be run The method name `test` is now reserved for methods run via the `spack test` command