summaryrefslogtreecommitdiff
path: root/test/builtins/test.v
AgeCommit message (Collapse)Author
2021-04-23Add isla builtin testing and update coq scriptsail2Brian Campbell
(both off by default)
2019-04-16Code for testing builtins with CoqBrian Campbell
Disabled by default because it's fairly resource heavy. Currently two failures: a minor bug affecting divmod.sail, and undefined values aren't set up for set_slice_bits.sail.