From 5ee4c3630aeeff2f833216359f2ae4b37f82591f Mon Sep 17 00:00:00 2001 From: voidlizard Date: Mon, 2 Dec 2024 08:29:30 +0300 Subject: [PATCH] wip --- hbs2-tests/hbs2-tests.cabal | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/hbs2-tests/hbs2-tests.cabal b/hbs2-tests/hbs2-tests.cabal index 7b9521ff..5474d347 100644 --- a/hbs2-tests/hbs2-tests.cabal +++ b/hbs2-tests/hbs2-tests.cabal @@ -1160,3 +1160,24 @@ executable test-unix-messaging , text , 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 + + + +