mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 02:58:02 +02:00
Also test linking when cross-compiling
We build the test. Just don't run it.
This commit is contained in:
parent
78127c7fb4
commit
cf212ddaca
2 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ test: check
|
|||
|
||||
TESTS =
|
||||
if CROSS_COMPILING
|
||||
check: check-link
|
||||
else
|
||||
TESTS += check-link
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@ TESTS_SH = \
|
|||
$(NULL)
|
||||
TESTS += TESTS_SH
|
||||
if CROSS_COMPILING
|
||||
check: check-link
|
||||
else
|
||||
TESTS += check-link
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue