Skip to content

Commit

Permalink
restore all unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LighghtEeloo committed Jul 5, 2024
1 parent 0acc53f commit 2755122
Showing 1 changed file with 44 additions and 44 deletions.
88 changes: 44 additions & 44 deletions lang/lib/exec/proj.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,54 +3,54 @@ name = "ExecTests"
srcs = [
"../std/core.zy",
"../std/data.zy",
# "../std/avl.zy",
"../std/avl.zy",
]
deps = []
bins = [
# "algtrans.zy",
"motrans.zy",
# "alg.zy",
# "malt.zy",
]
# bins = [
# "abort.zy",
# "add.zy",
# "alg.zy",
# "algtrans.zy",
# "alias.zy",
# "bigmac.zy",
# "cbpv-monadic.zy",
# "cbpv.zy",
# "cbv.zy",
# "choice.zy",
# "defunctionalization.zydeco",
# "deterministic-pushdown-automaton.zydeco",
# "even-odd-codata.zy",
# "even-odd-data.zy",
# "even-old-rec.zy",
# "exists.zy",
# "explosion.zy",
# "fn-opt.zy",
# "forall.zy",
# "hash.zy",
# "ifz.zy",
# "interpreter.zydeco",
# "list.zydeco",
# "listm.zydeco",
# "loop.zydeco",
# "loopy.zy",
# "malt.zy",
# # "algtrans.zy",
# "motrans.zy",
# "num.zy",
# "oo.zydeco",
# "optiont.zy",
# "partial-annotation.zy",
# "regex.zy",
# "ret.zydeco",
# "trans.zy",
# "unit.zy",
# "varidic.zy",
# "Y.zydeco",
# # "alg.zy",
# # "malt.zy",
# ]
bins = [
"abort.zy",
"add.zy",
"alg.zy",
"algtrans.zy",
"alias.zy",
"bigmac.zy",
"cbpv-monadic.zy",
"cbpv.zy",
"cbv.zy",
"choice.zy",
"defunctionalization.zydeco",
"deterministic-pushdown-automaton.zydeco",
"even-odd-codata.zy",
"even-odd-data.zy",
"even-old-rec.zy",
"exists.zy",
"explosion.zy",
"fn-opt.zy",
"forall.zy",
"hash.zy",
"ifz.zy",
"interpreter.zydeco",
"list.zydeco",
"listm.zydeco",
"loop.zydeco",
"loopy.zy",
"malt.zy",
"motrans.zy",
"num.zy",
"oo.zydeco",
"optiont.zy",
"partial-annotation.zy",
"regex.zy",
"ret.zydeco",
"trans.zy",
"unit.zy",
"varidic.zy",
"Y.zydeco",
]

std = "NoStd"

0 comments on commit 2755122

Please sign in to comment.