hnix-store/hnix-store-remote/tests-io/Main.hs

13 lines
263 B
Haskell
Raw Normal View History

2023-12-07 19:31:47 +03:00
module Main where
import qualified Test.Hspec
import qualified NixDaemonSpec
-- we run remote tests in
-- Linux namespaces to avoid interacting with systems store
main :: IO ()
main = do
NixDaemonSpec.enterNamespaces
Test.Hspec.hspec
NixDaemonSpec.spec