aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/porters-handbook/testing/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/porters-handbook/testing/_index.adoc')
-rw-r--r--documentation/content/en/books/porters-handbook/testing/_index.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index 25901637df..129743efb2 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -43,6 +43,15 @@ If `make describe` produces a string rather than an error message, everything is
Also note that running a recent version of `portlint` (as specified in the next section) will cause `make describe` to be run automatically.
+[[testing-portclippy]]
+== Portclippy / Portfmt
+
+Those tools come from package:ports-mgmt/portfmt[].
+
+Portclippy is a linter that checks if variables in the [.filename]#Makefile# are in the correct order according to crossref:order[porting-order,Order of Variables in Port Makefiles].
+
+Portfmt is a tool for automatically formatting [.filename]#Makefile#.
+
[[testing-portlint]]
== Portlint