module Tests import Test.Golden import Language.Reflection import System import System.Path %language ElabReflection projDir = %runElab idrisDir ProjectDir testDir = projDir "tests" tests = testsInDir { poolName = "quox golden tests", dirName = testDir } main = runner [!tests]