Skip to content

Commit 4c27243

Browse files
committed
Move test to Prelude
1 parent ab257b1 commit 4c27243

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

streamly.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ extra-source-files:
9393
test/Streamly/Test/Data/Array/Prim/Pinned.hs
9494
test/Streamly/Test/Data/Array/Foreign.hs
9595
test/Streamly/Test/Data/Array/Stream/Foreign.hs
96-
test/Streamly/Test/Data/Parser/ParserD.hs
97-
test/Streamly/Test/Data/Stream/Top.hs
96+
test/Streamly/Test/Data/Parser/ParserD.hs
9897
test/Streamly/Test/FileSystem/Event.hs
9998
test/Streamly/Test/FileSystem/Event/Common.hs
10099
test/Streamly/Test/FileSystem/Event/Darwin.hs

test/Streamly/Test/Data/Stream/Top.hs renamed to test/Streamly/Test/Prelude/Top.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ intersectBySorted =
4848

4949
-------------------------------------------------------------------------------
5050
moduleName :: String
51-
moduleName = "Data.Stream.Top"
51+
moduleName = "Prelude.Top"
5252

5353
main :: IO ()
5454
main = hspec $ do

test/streamly-tests.cabal

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,10 @@ test-suite Prelude.Serial
383383
if flag(limit-build-mem)
384384
ghc-options: +RTS -M1500M -RTS
385385

386+
test-suite Prelude.Top
387+
import: test-options
388+
type: exitcode-stdio-1.0
389+
main-is: Streamly/Test/Prelude/Top.hs
386390

387391
test-suite Prelude.WAsync
388392
import: test-options
@@ -430,8 +434,3 @@ test-suite version-bounds
430434
import: test-options
431435
type: exitcode-stdio-1.0
432436
main-is: version-bounds.hs
433-
434-
test-suite Data.Stream.Top
435-
import: test-options
436-
type: exitcode-stdio-1.0
437-
main-is: Streamly/Test/Data/Stream/Top.hs

0 commit comments

Comments
 (0)