Also test linking when cross-compiling

We build the test.  Just don't run it.
This commit is contained in:
Behdad Esfahbod 2008-09-02 22:05:06 -04:00
parent 78127c7fb4
commit cf212ddaca
2 changed files with 2 additions and 0 deletions

View file

@ -102,6 +102,7 @@ test: check
TESTS =
if CROSS_COMPILING
check: check-link
else
TESTS += check-link
endif

View file

@ -81,6 +81,7 @@ TESTS_SH = \
$(NULL)
TESTS += TESTS_SH
if CROSS_COMPILING
check: check-link
else
TESTS += check-link
endif