File: control

package info (click to toggle)
kyua 0.13%2Bgit20190402%2Ba685f911237e-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,456 kB
  • sloc: cpp: 42,544; sh: 3,654; sql: 1,408; awk: 211; makefile: 140
file content (34 lines) | stat: -rw-r--r-- 1,049 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
31
32
33
34
Source: kyua
Section: devel
Priority: optional
Maintainer: Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 autotools-dev,
 debhelper-compat (= 12),
 libatf-dev,
 atf-sh,
 liblua5.2-dev,
 liblutok-dev,
 libsqlite3-dev,
 pkgconf | pkg-config
Standards-Version: 4.5.0
Homepage: https://github.com/jmmv/kyua
Vcs-Git: https://salsa.debian.org/debian/kyua.git
Vcs-Browser: https://salsa.debian.org/debian/kyua

Package: kyua
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: testing framework for infrastructure software
 Kyua is a testing framework for infrastructure software.
 Kyua features an expressive test suite definition language, a
 safe runtime engine for test programs, and a powerful report generation
 engine.
 .
 Kyua is able to execute test programs written in different languages,
 with different testing libraries.  The Automated Testing Framework (ATF)
 is the library of choice, but Test Anything Protocol (TAP) compliant
 programs, and framework-less test programs can also be executed
 through Kyua.