sp-03/compile-tests.sh

8 lines
168 B
Bash
Raw Normal View History

2023-10-11 11:50:56 +00:00
#!/usr/bin/env bash
set -eou pipefail
cd -- "$( dirname -- "${BASH_SOURCE[0]}" )"
2023-10-15 20:24:23 +00:00
m4 all.m4 > test-output/all.dot
dot -Tpdf test-output/all.dot > test-output/all.pdf