File: control

package info (click to toggle)
inform6-compiler 6.41-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,668 kB
  • sloc: ansic: 29,404; makefile: 57; sh: 48
file content (25 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# debian/tests/control
# Control file for Debian ‘autopkgtests’.
# Documentation: ‘/usr/share/doc/autopkgtest/README.package-tests.rst.gz’

Tests: smoke-z5
Depends:
    inform6-compiler,
    file

Tests: smoke-z8
Depends:
    inform6-compiler,
    file

Tests: smoke-ulx
Depends:
    inform6-compiler,
    file


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :