Move test:Unicode.Char into dev build

This commit is contained in:
Adithya Kumar 2021-09-12 23:03:18 +05:30 committed by Adithya Kumar
parent 7e8ba7bef6
commit 705d2cf79f
2 changed files with 6 additions and 1 deletions

View File

@ -109,7 +109,8 @@ targets () {
INDIVIDUAL_TARGETS="\
Data.Unfold \
Unicode.Stream \
Unicode.Char \
$(test_only $(dev_build Unicode.Char)) \
`bench_only Unicode.Char` \
`bench_only Unicode.Utf8` \
FileSystem.Handle \
`test_only FileSystem.Event` \

View File

@ -371,6 +371,10 @@ test-suite Unicode.Char
type: exitcode-stdio-1.0
main-is: Streamly/Test/Unicode/Char.hs
ghc-options: -main-is Streamly.Test.Unicode.Char.main
if flag(dev)
buildable: True
else
buildable: False
test-suite version-bounds
import: test-options