diff options
author | jao <jao@gnu.org> | 2018-12-03 03:21:05 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-03 03:21:05 +0000 |
commit | 503b4b1c77063251378245f7116a5b6caca463fe (patch) | |
tree | e48f973ed8d21a436d1937e36bc7006b9095d67e | |
parent | 2ff796f843bbd51e7cd0aa24b7b98251d263e487 (diff) | |
download | xmobar-503b4b1c77063251378245f7116a5b6caca463fe.tar.gz xmobar-503b4b1c77063251378245f7116a5b6caca463fe.tar.bz2 |
Unit test fixes
-rw-r--r-- | xmobar.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 41fad30..3436ecb 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -316,9 +316,12 @@ test-suite XmobarTest other-modules: Xmobar.Plugins.Monitors.CommonSpec Xmobar.Plugins.Monitors.Common + Xmobar.Plugins.Monitors.Common.Parsers + Xmobar.Plugins.Monitors.Common.Run + Xmobar.Plugins.Monitors.Common.Types + Xmobar.Plugins.Monitors.Common.Output + Xmobar.Run.Exec Xmobar.System.Signal - Xmobar.System.Utils - Xmobar.Run.Commands if flag(with_alsa) || flag(all_extensions) build-depends: alsa-mixer > 0.2.0.2, |