hnix-store/hnix-store-db/tests/Smoke.hs
2023-11-19 12:20:41 +01:00

12 lines
299 B
Haskell

module Main where
import qualified System.Nix.Store.DB.Run
-- This only tests that database can be created
-- in-memory using migrateAll and that queryEverything
-- runs (with no data)
--
-- For better test, we would need a populated nix-store
main :: IO ()
main = System.Nix.Store.DB.Run.memTest