summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/pkg-perl/smoke-files8
-rw-r--r--debian/tests/pkg-perl/smoke-skip14
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..8835815
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,8 @@
+# Some of the tests use the metadata and generated files for the DocKnot
+# package itself.
+
+README
+README.md
+docs/docknot.yaml
+lib/App/DocKnot.pm
+t
diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip
new file mode 100644
index 0000000..5d6a082
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-skip
@@ -0,0 +1,14 @@
+# When running smoke tests, skip style and documentation tests. The goal
+# is to test functionality, not run development tests.
+
+t/docs/pod-coverage.t
+t/docs/pod-spelling.t
+t/docs/pod.t
+t/docs/spdx-license.t
+t/docs/synopsis.t
+t/style/coverage.t
+t/style/critic.t
+t/style/minimum-version.t
+t/style/module-version.t
+t/style/obsolete-strings.t
+t/style/strict.t