quox/golden-tests/Tests.idr

16 lines
287 B
Idris
Raw Normal View History

2024-04-14 14:47:59 -04:00
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]