KeliLanguage / compiler

The compiler for Keli
https://keli-language.gitbook.io/doc/specification/
Apache License 2.0
171 stars 1 forks source link

Upgrade testing framework #37

Closed wongjiahau closed 5 years ago

wongjiahau commented 5 years ago

The current testing framework cannot test for module imports, so an upgrade is needed ASAP.

wongjiahau commented 5 years ago

Use this folder structure:

compile
  record-expr-1
    entry.keli
    output

suggest
  case-1
    entry.keli
    output
wongjiahau commented 5 years ago

Refer https://ghc.haskell.org/trac/ghc/wiki/Building/RunningTests/Adding