diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-02 22:05:06 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-02 22:05:06 -0400 |
commit | cf212ddacaf012f506c680ebd10477018b7e936a (patch) | |
tree | 3ae974977bee36147da61881c5c801621316386f /boilerplate | |
parent | 78127c7fb43db9e020551b04d8f85e0bdcc4c894 (diff) |
Also test linking when cross-compiling
We build the test. Just don't run it.
Diffstat (limited to 'boilerplate')
-rw-r--r-- | boilerplate/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boilerplate/Makefile.am b/boilerplate/Makefile.am index a42179bc..7924b53d 100644 --- a/boilerplate/Makefile.am +++ b/boilerplate/Makefile.am @@ -102,6 +102,7 @@ test: check TESTS = if CROSS_COMPILING +check: check-link else TESTS += check-link endif |