summaryrefslogtreecommitdiff
path: root/tests/assert-deps.sh
blob: b73933d063a498499d5ac2b0ae3408ad2ae5eb46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -eu

. tools/lib.sh

{
	printf '%s: all deps.mk is up-to-date...' "$(yellow "$0")"
	sh mkdeps.sh | diff -U10 deps.mk -
	printf ' %s\n' "$(green 'OK')"
} >&2