From eb449383a21d6951d4826464159a87a070853a2b Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Tue, 3 Oct 2023 03:40:17 +0300 Subject: [PATCH] test-proto-service as test --- hbs2-tests/hbs2-tests.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hbs2-tests/hbs2-tests.cabal b/hbs2-tests/hbs2-tests.cabal index 71d38b3d..27579b49 100644 --- a/hbs2-tests/hbs2-tests.cabal +++ b/hbs2-tests/hbs2-tests.cabal @@ -263,7 +263,8 @@ executable test-unix , vector -executable test-proto-service +-- executable test-proto-service +test-suite test-proto-service import: shared-properties import: common-deps default-language: Haskell2010 @@ -276,7 +277,7 @@ executable test-proto-service -- other-extensions: - -- type: exitcode-stdio-1.0 + type: exitcode-stdio-1.0 hs-source-dirs: test main-is: PrototypeGenericService.hs