This commit is contained in:
voidlizard 2024-12-02 08:29:30 +03:00
parent 715019dbb3
commit 5ee4c3630a
1 changed files with 21 additions and 0 deletions

View File

@ -1160,3 +1160,24 @@ executable test-unix-messaging
, text , text
, time , time
executable test-scripts
import: shared-properties
import: common-deps
default-language: Haskell2010
ghc-options:
hs-source-dirs: test
main-is: TestScripts.hs
build-depends:
base, hbs2-core
, network
, string-conversions
, suckless-conf
, text
, time
, zstd
, bzlib