hydromatic / morel

Standard ML interpreter, with relational extensions, implemented in Java
Apache License 2.0
291 stars 15 forks source link

Idempotent mode for script tests #198

Closed julianhyde closed 10 months ago

julianhyde commented 11 months ago

Add idempotent mode for script tests. Currently a test such as simple.sml has a corresponding simple.sml.out file. With this change, the script would be simple.smli and the output would be simple.smli (in another directory). The test succeeds if the two files are identical.