mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
added new test-suite
This commit is contained in:
@@ -25,7 +25,9 @@ extra-source-files: README.md CHANGES.md scripts/generate-configs scripts/run-xm
|
||||
scripts/window-properties.sh
|
||||
scripts/xinitrc scripts/xmonad-acpi.c
|
||||
scripts/xmonad-clock.c
|
||||
tests/genMain.hs
|
||||
tests/Main.hs
|
||||
tests/Utils.hs
|
||||
tests/Instances.hs
|
||||
tests/ManageDocks.hs
|
||||
tests/RotateSome.hs
|
||||
tests/Selective.hs
|
||||
@@ -33,7 +35,7 @@ extra-source-files: README.md CHANGES.md scripts/generate-configs scripts/run-xm
|
||||
tests/XPrompt.hs
|
||||
XMonad/Config/dmwit.xmobarrc
|
||||
XMonad/Config/Example.hs
|
||||
cabal-version: >= 1.6
|
||||
cabal-version: >= 1.8
|
||||
build-type: Simple
|
||||
bug-reports: https://github.com/xmonad/xmonad-contrib/issues
|
||||
|
||||
@@ -369,3 +371,29 @@ library
|
||||
XMonad.Util.WorkspaceCompare
|
||||
XMonad.Util.XSelection
|
||||
XMonad.Util.XUtils
|
||||
|
||||
test-suite properties
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Main.hs
|
||||
other-modules: ManageDocks
|
||||
RotateSome
|
||||
Selective
|
||||
SwapWorkspaces
|
||||
XPrompt
|
||||
Instances
|
||||
Utils
|
||||
hs-source-dirs: tests
|
||||
build-depends: base
|
||||
, QuickCheck >= 2
|
||||
, containers
|
||||
, extensible-exceptions
|
||||
, xmonad-contrib
|
||||
, directory
|
||||
, X11>=1.6.1 && < 1.10
|
||||
, mtl
|
||||
, process
|
||||
, unix
|
||||
, utf8-string
|
||||
, xmonad >= 0.15 && < 0.16
|
||||
ghc-options: -i.
|
||||
cpp-options: -DTESTING
|
||||
|
Reference in New Issue
Block a user