aboutsummaryrefslogtreecommitdiff
path: root/hsm-bin/hsm-bin.cabal
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-02-26 18:07:58 -0800
committerPaul Oliver <contact@pauloliver.dev>2025-03-06 21:11:49 +0000
commite586927bdeef9d1d59f464c0fed86977ec9fd6c4 (patch)
tree56b3fd8ce96e5cec85f92e58a8b683ffd6c55024 /hsm-bin/hsm-bin.cabal
parentc123795a0d9588f40f06dba918bb0130944302ec (diff)
Adds drive service and test app
Diffstat (limited to 'hsm-bin/hsm-bin.cabal')
-rw-r--r--hsm-bin/hsm-bin.cabal8
1 files changed, 8 insertions, 0 deletions
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