We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 621f62f commit 4d37c37Copy full SHA for 4d37c37
projects/imagemagick/run_tests.sh
@@ -18,6 +18,8 @@
18
rgrep --files-with-matches '\-lheif' . \
19
| xargs -r sed -i 's/-lheif/-lheif -lc++/'
20
21
+# TODO: `make check` is preferred over `make check-TESTS`, as it is the public
22
+# interface for comprehensive testing of ImageMagick.
23
make -j"$(nproc)" check-TESTS
24
25
# Undo patches.
0 commit comments