hnix-store/hnix-store-remote/tests-io/Main.hs
2023-12-07 17:57:45 +01:00

13 lines
263 B
Haskell

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