From e586927bdeef9d1d59f464c0fed86977ec9fd6c4 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Wed, 26 Feb 2025 18:07:58 -0800 Subject: Adds drive service and test app --- hsm-bin/hsm-bin.cabal | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hsm-bin/hsm-bin.cabal') diff --git a/hsm-bin/hsm-bin.cabal b/hsm-bin/hsm-bin.cabal index 0dc0a81..de6e1a5 100644 --- a/hsm-bin/hsm-bin.cabal +++ b/hsm-bin/hsm-bin.cabal @@ -24,3 +24,11 @@ executable test-status import: test-executable build-depends: hsm-status main-is: Test/Status.hs + +executable test-drive + import: test-executable + build-depends: + , hsm-drive + , hsm-pwm + + main-is: Test/Drive.hs -- cgit v1.2.1