This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-03/compile-tests.sh
2023-10-15 22:24:23 +02:00

7 lines
168 B
Bash
Executable file

#!/usr/bin/env bash
set -eou pipefail
cd -- "$( dirname -- "${BASH_SOURCE[0]}" )"
m4 all.m4 > test-output/all.dot
dot -Tpdf test-output/all.dot > test-output/all.pdf