Skip to content

Commit 4d37c37

Browse files
authored
adding todo
1 parent 621f62f commit 4d37c37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/imagemagick/run_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
rgrep --files-with-matches '\-lheif' . \
1919
| xargs -r sed -i 's/-lheif/-lheif -lc++/'
2020

21+
# TODO: `make check` is preferred over `make check-TESTS`, as it is the public
22+
# interface for comprehensive testing of ImageMagick.
2123
make -j"$(nproc)" check-TESTS
2224

2325
# Undo patches.

0 commit comments

Comments
 (0)