node-json-buffer/debian/tests/pkg-js/test

6 lines
57 B
Plaintext

set -e
for t in test/*.js; do
echo "# $t"
node $t
done