2014-03-31 22:31:30 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2019-05-14 14:01:10 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-10-16 08:30:24 +00:00
|
|
|
falderal --substring-error \
|
2019-05-14 14:01:10 +00:00
|
|
|
"tests/appliances/sixtypical.md" \
|
2019-05-14 07:56:35 +00:00
|
|
|
"tests/SixtyPical Syntax.md" \
|
|
|
|
"tests/SixtyPical Analysis.md" \
|
|
|
|
"tests/SixtyPical Storage.md" \
|
|
|
|
"tests/SixtyPical Control Flow.md" \
|
|
|
|
"tests/SixtyPical Fallthru.md" \
|
|
|
|
"tests/SixtyPical Compilation.md"
|