summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-17 16:01:14 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-17 16:01:14 +0000
commit81f071c200f45fe80b271fa91fa781977358ceb4 (patch)
tree08731e3d8e9eee28c4ec4c0015fb53474126ddbf /bustle.cabal
parent3e092a4cc41538581dac6ec012ffd72b669fba23 (diff)
Add a message dumper tool
It is not built by default, and only works on pcap logs
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/bustle.cabal b/bustle.cabal
index ae80023..725ef9c 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -130,6 +130,22 @@ Executable test-monitor
, gtk > 0.11
, glib
+Executable dump-messages
+ if flag(InteractiveTests) && flag(PostCabalizedGtk2HS)
+ buildable: True
+ else
+ buildable: False
+
+ main-is: Test/DumpMessages.hs
+ Build-Depends: base
+ , binary
+ , bytestring
+ , containers
+ , dbus-core == 0.9.*
+ , mtl
+ , pcap
+ , text
+
Test-suite test-pcap-crash
type: exitcode-stdio-1.0
main-is: Test/PcapCrash.hs