File: control

package info (click to toggle)
cflow 1%3A1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,252 kB
  • sloc: sh: 9,697; ansic: 9,203; lex: 466; lisp: 271; makefile: 185; awk: 87; sed: 16
file content (17 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Test-Command: cflow --help | grep "^[Uu]sage: cflow"
Restrictions: allow-stderr, superficial

Test-Command: cp /usr/share/emacs/site-lisp/cflow-mode.el $AUTOPKGTEST_TMP;
              cd $AUTOPKGTEST_TMP;
              emacs --no-site-file -q -batch \
                            --eval '(setq byte-compile-warnings nil)' \
                            -f batch-byte-compile cflow-mode.el;
              test -s cflow-mode.elc || exit 1
Depends: @, emacs-nox
Restrictions: allow-stderr, skip-not-installable

Test-Command: cp debian/tests/cflow.clitest $AUTOPKGTEST_TMP;
              cp debian/tests/data/program.c $AUTOPKGTEST_TMP;
              cd $AUTOPKGTEST_TMP;
              clitest cflow.clitest
Depends: @, clitest