cryptol/tests/regression/dumptests.cry
Ben Selfridge fdd7aab01a Adds regression test for dumptests.
This only checks that a function with signature [32] -> [32] -> [32] will
succeed with the :dumptests command. More tests could/should be added.

Since this test creates a file called add32.out, I added tests/regression/*.out
to the .gitignore. I'm not sure if this is the right approach or if we should
make an attempt to clean up this subdirectory after the tests finish.
2020-11-02 13:59:22 -08:00

2 lines
46 B
Plaintext

add32 : [32] -> [32] -> [32]
add32 x y = x + y