xref: /netbsd-src/external/mit/libcbor/dist/refresh_templates.sh (revision 5dd36a3bc8bf2a9dec29ceb6349550414570c447)
1#!/usr/bin/env bash
2erb $(dirname $0)/test/stream_expectations.c.erb > \
3    $(dirname $0)/test/stream_expectations.c
4clang-format -style=file -i $(dirname $0)/test/stream_expectations.c
5