summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 1709c2a..2f043d4 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -59,3 +59,8 @@ Executable bustle-dot
Other-modules: Bustle.Parser, Bustle.Types
Build-Depends: haskell98, base >= 4 && < 5, containers, parsec
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
+
+-- Heh, heh. This gets us an executable which isn't installed.
+Test-Suite bustle-draw-icon
+ Type: exitcode-stdio-1.0
+ Main-is: Bustle/DrawIcon.hs