Configuration files for the test-data/test-c-project/ fixture used by
weaveback integration tests.
Tangle pass: dir = "test-data/", gen = "test-data/", << >> delimiters.
test-c-project/Taskfile
Bash taskfile (runs like a Makefile) for running the weaveback pipeline on
the test C project. Kept as a Taskfile (not just) so it doesn’t require
an external tool in test environments.
#/bin/bash
wb_root=../../target/debug
prep=/weaveback-macro
tangle=/weaveback-tangle
TIMEFORMAT="Task completed in %3lR"