The TIS interpreter doesn't need to be run from inside the
formal-analysis folder. We can refer to the relevant C files directly.
This simplify the README a tiny little bit.
settings. To run the code under the TIS interpreter, run
$ tests/formal-analysis.sh
- $ cd tests/formal-analysis
- $ tis-interpreter.sh *.c
+ $ tis-interpreter.sh tests/formal-analysis/*.c
(Note: `tis-interpreter.sh` is part of TIS. If it is not in your
path, adjust the command accordingly.)