agda2hs icon indicating copy to clipboard operation
agda2hs copied to clipboard

Improve agda2hs' test infrastructure

Open jespercockx opened this issue 2 years ago • 0 comments

Currently the test infrastructure for agda2hs is stupid: for each test we need to add an import to AllTests.hs or else the test is not actually run. Instead we could adapt Agda's testing infrastructure using tasty-silver to make running the tests less error-prone.

jespercockx avatar Feb 28 '23 10:02 jespercockx