File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -366,6 +366,7 @@ test-suite FileSystem.Event
366366 ghc-options : -main-is Streamly.Test.FileSystem.Event
367367 main-is : Streamly/Test/FileSystem/Event.hs
368368 other-modules : Streamly.Test.FileSystem.Event.Common
369+ buildable : False
369370 if flag(use-streamly-core)
370371 buildable : False
371372
@@ -376,6 +377,7 @@ test-suite FileSystem.Event.Darwin
376377 other-modules : Streamly.Test.FileSystem.Event.Common
377378 cpp-options : -DFILESYSTEM_EVENT_DARWIN
378379 ghc-options : -main-is Streamly.Test.FileSystem.Event.Darwin
380+ buildable : False
379381 if !os(darwin)
380382 buildable : False
381383 if flag(use-streamly-core)
@@ -388,6 +390,7 @@ test-suite FileSystem.Event.Linux
388390 other-modules : Streamly.Test.FileSystem.Event.Common
389391 cpp-options : -DFILESYSTEM_EVENT_LINUX
390392 ghc-options : -main-is Streamly.Test.FileSystem.Event.Linux
393+ buildable : False
391394 if !os(linux) || !flag(dev) || flag(use-streamly-core)
392395 buildable : False
393396
@@ -398,6 +401,7 @@ test-suite FileSystem.Event.Windows
398401 other-modules : Streamly.Test.FileSystem.Event.Common
399402 cpp-options : -DFILESYSTEM_EVENT_WINDOWS
400403 ghc-options : -main-is Streamly.Test.FileSystem.Event.Windows
404+ buildable : False
401405 if !os(windows)
402406 buildable : False
403407 if flag(use-streamly-core)
You can’t perform that action at this time.
0 commit comments