2022-05-04 11:09:49 -04:00
|
|
|
package quox-tests
|
|
|
|
|
2023-03-31 17:43:25 -04:00
|
|
|
depends = base, contrib, elab-util, snocvect, quox-lib, tap, eff
|
2022-05-04 11:09:49 -04:00
|
|
|
|
|
|
|
executable = quox-tests
|
|
|
|
main = Tests
|
2023-01-26 13:54:46 -05:00
|
|
|
modules =
|
2023-05-01 21:06:25 -04:00
|
|
|
AstExtra,
|
2023-02-11 12:15:50 -05:00
|
|
|
TypingImpls,
|
2023-03-25 15:55:28 -04:00
|
|
|
PrettyExtra,
|
2023-09-16 07:34:11 -04:00
|
|
|
Tests.FreeVars,
|
2023-03-25 15:55:28 -04:00
|
|
|
Tests.DimEq,
|
2023-01-26 13:54:46 -05:00
|
|
|
Tests.Reduce,
|
2023-02-11 12:15:50 -05:00
|
|
|
Tests.Equal,
|
2023-03-04 15:02:51 -05:00
|
|
|
Tests.Typechecker,
|
2023-03-16 13:19:17 -04:00
|
|
|
Tests.PrettyTerm,
|
2023-03-04 15:02:51 -05:00
|
|
|
Tests.Lexer,
|
2023-03-16 13:19:17 -04:00
|
|
|
Tests.Parser,
|
|
|
|
Tests.FromPTerm
|