multicoretests
multicoretests copied to clipboard
[WIP] An initial program printer
This PR takes a stab at adding a program printer #56.
This first version
- prints a corresponding program without performing a sequential consistency search
- only supports
Domaincurrently
It can be enabled by setting an environment variable as follows:
LIN_PRINT=1 dune exec src/hashtbl/lin_tests_dsl.exe
When set,
/tmp/linfail.mlwill get a print of the last failingcmdtriple/tmp/linlast.mlwill get a print of the last testedcmdtriple
(both of these will currently over-write)