summaryrefslogtreecommitdiff
path: root/perl/t
diff options
context:
space:
mode:
Diffstat (limited to 'perl/t')
-rwxr-xr-xperl/t/acl.t5
-rwxr-xr-xperl/t/init.t5
-rwxr-xr-xperl/t/keytab.t5
-rwxr-xr-xperl/t/object.t5
-rwxr-xr-xperl/t/pod.t5
-rwxr-xr-xperl/t/schema.t5
-rwxr-xr-xperl/t/server.t5
-rwxr-xr-xperl/t/verifier.t5
8 files changed, 40 insertions, 0 deletions
diff --git a/perl/t/acl.t b/perl/t/acl.t
index a3a9214..644ea3e 100755
--- a/perl/t/acl.t
+++ b/perl/t/acl.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/api.t -- Tests for the wallet ACL API.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 100;
diff --git a/perl/t/init.t b/perl/t/init.t
index 3f447d0..3fa026f 100755
--- a/perl/t/init.t
+++ b/perl/t/init.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/init.t -- Tests for database initialization.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 8;
diff --git a/perl/t/keytab.t b/perl/t/keytab.t
index c419806..abe7bf5 100755
--- a/perl/t/keytab.t
+++ b/perl/t/keytab.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/keytab.t -- Tests for the keytab object implementation.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 160;
diff --git a/perl/t/object.t b/perl/t/object.t
index a69101e..e2ae5ca 100755
--- a/perl/t/object.t
+++ b/perl/t/object.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/object.t -- Tests for the basic object implementation.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 129;
diff --git a/perl/t/pod.t b/perl/t/pod.t
index 8fe30cc..da4d0d3 100755
--- a/perl/t/pod.t
+++ b/perl/t/pod.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/pod.t -- Test POD formatting for the wallet Perl modules.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
eval 'use Test::Pod 1.00';
if ($@) {
diff --git a/perl/t/schema.t b/perl/t/schema.t
index 02993ae..01b2b88 100755
--- a/perl/t/schema.t
+++ b/perl/t/schema.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/schema.t -- Tests for the wallet schema class.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 5;
diff --git a/perl/t/server.t b/perl/t/server.t
index 3da5461..f2c6dc5 100755
--- a/perl/t/server.t
+++ b/perl/t/server.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/server.t -- Tests for the wallet server API.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 286;
diff --git a/perl/t/verifier.t b/perl/t/verifier.t
index 79bb16b..713c495 100755
--- a/perl/t/verifier.t
+++ b/perl/t/verifier.t
@@ -2,6 +2,11 @@
# $Id$
#
# t/verifier.t -- Tests for the basic wallet ACL verifiers.
+#
+# Written by Russ Allbery <rra@stanford.edu>
+# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
+# See LICENSE for licensing terms.
use Test::More tests => 13;