summaryrefslogtreecommitdiff
path: root/tools/AmbSignalMapper/t/manifest.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/AmbSignalMapper/t/manifest.t')
-rw-r--r--tools/AmbSignalMapper/t/manifest.t15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/AmbSignalMapper/t/manifest.t b/tools/AmbSignalMapper/t/manifest.t
new file mode 100644
index 00000000..6ddfe364
--- /dev/null
+++ b/tools/AmbSignalMapper/t/manifest.t
@@ -0,0 +1,15 @@
+#!perl -T
+use 5.006;
+use strict;
+use warnings FATAL => 'all';
+use Test::More;
+
+unless ( $ENV{RELEASE_TESTING} ) {
+ plan( skip_all => "Author tests not required for installation" );
+}
+
+my $min_tcm = 0.9;
+eval "use Test::CheckManifest $min_tcm";
+plan skip_all => "Test::CheckManifest $min_tcm required" if $@;
+
+ok_manifest();