File: test.pl

package info (click to toggle)
debsigs 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: python: 1,160; perl: 728; makefile: 12; sh: 9
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# A simple module loading test

# SPDX-FileCopyrightText: 2001,2002 Progeny Linux Systems, Inc.
# Authors: John Goerzen, Branden Robinson
# SPDX-License-Identifier: GPL-2.0-or-later

use Test::More tests => 4;

foreach (qw/debsigsmain arf forktools gpg/) {
	use_ok("Debian::debsigs::$_");
}