1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-05-31 21:41:29 +00:00
SixtyPical/test.sh

15 lines
502 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.
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"