diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..520037c --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,15 @@ +Test-Command: ipcalc-ng -v +Restrictions: superficial + +Test-Command: ipcalc-ng --help 2>&1 | grep '^Usage:' +Restrictions: superficial + +Tests: check, deagrregate, geo, info, net, random, reversedns, split +Depends: @, geoip-database, libgeoip1 + +Tests: json +Depends: @, geoip-database, libgeoip1, jq + +Tests: resolv +Depends: @, geoip-database, libgeoip1 +Restrictions: flaky |