test-proto-service as test

This commit is contained in:
Dmitry Zuikov 2023-10-03 03:40:17 +03:00
parent 3c545b01fa
commit eb449383a2
1 changed files with 3 additions and 2 deletions

View File

@ -263,7 +263,8 @@ executable test-unix
, vector , vector
executable test-proto-service -- executable test-proto-service
test-suite test-proto-service
import: shared-properties import: shared-properties
import: common-deps import: common-deps
default-language: Haskell2010 default-language: Haskell2010
@ -276,7 +277,7 @@ executable test-proto-service
-- other-extensions: -- other-extensions:
-- type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
hs-source-dirs: test hs-source-dirs: test
main-is: PrototypeGenericService.hs main-is: PrototypeGenericService.hs