summaryrefslogtreecommitdiff
path: root/tests/assert-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assert-deps.sh')
-rwxr-xr-xtests/assert-deps.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/assert-deps.sh b/tests/assert-deps.sh
index e358abd..a189d13 100755
--- a/tests/assert-deps.sh
+++ b/tests/assert-deps.sh
@@ -36,6 +36,8 @@ awk '
}
' Makefile | LANG=POSIX.UTF-8 sort > "$F"
+printf '%s: all JavaScript sources are listed in the Makefile...' "$0" >&2
git ls-files src/*.js tests/js/*.js |
LANG=POSIX.UTF-8 sort |
diff -U10 "$F" -
+printf ' OK.\n'>&2