Packages

The Phi Programming Language

Current section

Files

Jump to
phi tests Test.phi
Raw

tests/Test.phi

module Test where
import Test.QuickCheck (TestGroup(..), runTest)
import Test.Data.Bool as List
import Prelude
main :: IO ()
main = runTest (TxG "All Tests" [ List.test ])