SixtyPical/test.sh

17 lines
647 B
Bash
Raw Normal View History

2014-03-31 22:31:30 +00:00
#!/bin/sh
# This currently represents a lot of tests! If you only want to run a subset,
# it's probably best to run `falderal` manually on the file(s) you want to test.
# Note also that the `sixtypical-py2.7.md` appliance, in the same directory as
# `sixtypical.md`, can be used to run the tests under Python 2.7.
falderal --substring-error \
"tests/appliances/sixtypical.md" \
"tests/SixtyPical Syntax.md" \
"tests/SixtyPical Analysis.md" \
"tests/SixtyPical Storage.md" \
"tests/SixtyPical Control Flow.md" \
"tests/SixtyPical Fallthru.md" \
2019-10-21 16:29:38 +00:00
"tests/SixtyPical Callgraph.md" \
"tests/SixtyPical Compilation.md"