module Main where

import Test.Tasty
import HUnit

main :: IO ()
main =
	defaultMain $
	testGroup "Language.Symantic"
	 [hunits]