This repository was archived by the owner on Feb 3, 2022. It is now read-only.
This repository was archived by the owner on Feb 3, 2022. It is now read-only.
run cabal tests #93
Open
Description
packages are currently only built by the hptool. It would nice to have an optional target which causes any cabal tests in the packages to be run.
alternatively, one could imagine building a "test-enabled" version of the platform & installer such that once installed on the target system, a hp-platform-test
script could be run that would, at that point (on the target system) run all the tests. I'm not entirely sure how you get cabal to build the tests, but then leave you the artifact for running later.