diff options
author | jao <jao@gnu.org> | 2018-11-25 19:14:03 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 19:14:03 +0000 |
commit | e04d4c6eb84d5adfe62b6a538e7c4008974424b2 (patch) | |
tree | c286e983bbd9902375ebce9683592109fb244595 /xmobar.cabal | |
parent | f86bbb8ca5d3ba0d18e333cbe6cb57cc17e3ae07 (diff) | |
download | xmobar-e04d4c6eb84d5adfe62b6a538e7c4008974424b2.tar.gz xmobar-e04d4c6eb84d5adfe62b6a538e7c4008974424b2.tar.bz2 |
Test namespaces inside Xmobar
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 8fd836a..582af4c 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -300,7 +300,9 @@ test-suite XmobarTest hspec == 2.*, xmobar - other-modules: Plugins.Monitors.CommonSpec + other-modules: Xmobar.Plugins.Monitors.CommonSpec + Xmobar.Plugins.Monitors.Common + Xmobar.Utils if flag(with_alsa) || flag(all_extensions) build-depends: alsa-mixer > 0.2.0.2, @@ -308,9 +310,6 @@ test-suite XmobarTest process >= 1.4.3.0 other-modules: Xmobar.Plugins.Monitors.Volume Xmobar.Plugins.Monitors.Alsa - Plugins.Monitors.AlsaSpec - Xmobar.Run.Commands - Xmobar.Plugins.Monitors.Common - Xmobar.System.Signal - Xmobar.Utils + Xmobar.Plugins.Monitors.AlsaSpec + cpp-options: -DALSA |