File: test

package info (click to toggle)
node-js-beautify 1.7.5%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,400 kB
  • sloc: python: 10,222; sh: 848; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
set -e
node js/test/node-beautify-tests.js
CSS=/usr/bin/css-beautify
HTML=/usr/bin/html-beautify
if test "$ADTTMP" = ""; then
	CSS=./js/bin/css-beautify.js
	HTML=./js/bin/html-beautify.js
fi
$CSS debian/tests/pkg-js/style.css >/dev/null
$HTML debian/tests/pkg-js/index.html >/dev/null