packages feed

hnix-0.2.0: tests/Main.hs

module Main where

import Test.Tasty

import qualified ParserTests

main :: IO ()
main = defaultMain $ testGroup "hnix"
  [ ParserTests.tests
  ]