summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-12 10:54:18 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-12 11:04:12 +0000
commit94b6306a5b5f95c1a96a27543ac746e442726c87 (patch)
treec651b9f395501070a7e60f9936658c955c5c6695 /bustle.cabal
parentd33145e6024cbedbd0479d9035bf0e5f4db565d7 (diff)
Add a regression test for fd.o#44714
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 4b6105d..16e9464 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -23,6 +23,7 @@ Extra-source-files: c-sources/bustle-dbus-monitor.c,
INSTALL,
bustle.sh,
run-uninstalled.sh
+ , Test/data/log-with-h.bustle
Source-Repository head
Type: git
@@ -93,3 +94,10 @@ Executable bustle
, pcap
, process
, text
+
+Test-suite test-pcap-crash
+ type: exitcode-stdio-1.0
+ main-is: Test/PcapCrash.hs
+ other-modules: Bustle.Loader.Pcap
+ Build-Depends: pcap
+ , dbus-core == 0.9.*