mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-26 13:21:05 +03:00
35 lines
639 B
YAML
35 lines
639 B
YAML
|
name: feedback-test-harness
|
||
|
version: 0.0.0.0
|
||
|
github: "NorfairKing/feedback"
|
||
|
license: GPL-3.0-only
|
||
|
author: "Tom Sydney Kerckhove"
|
||
|
maintainer: "syd@cs-syd.eu"
|
||
|
copyright: "Copyright (c) 2022-2023 Tom Sydney Kerckhove"
|
||
|
synopsis: Tests for 'feedback'
|
||
|
|
||
|
dependencies:
|
||
|
- base >= 4.7 && < 5
|
||
|
|
||
|
library:
|
||
|
source-dirs: src
|
||
|
dependencies:
|
||
|
- feedback
|
||
|
- path
|
||
|
- path-io
|
||
|
|
||
|
tests:
|
||
|
feedback-test:
|
||
|
main: Spec.hs
|
||
|
source-dirs: test/
|
||
|
build-tools: sydtest-discover
|
||
|
ghc-options:
|
||
|
- -threaded
|
||
|
- -rtsopts
|
||
|
- -with-rtsopts=-N
|
||
|
- -Wall
|
||
|
dependencies:
|
||
|
- feedback
|
||
|
- feedback-test-harness
|
||
|
- sydtest
|
||
|
- typed-process
|