mirror of https://github.com/voidlizard/hbs2
test-proto-service as test
This commit is contained in:
parent
3c545b01fa
commit
eb449383a2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue