added new test-suite

This commit is contained in:
Yecine Megdiche
2020-12-07 20:11:24 +01:00
parent 69a2886a8b
commit 7ef0faa986
10 changed files with 377 additions and 187 deletions

View File

@@ -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