diff options
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 4cda1d44..cc8091a0 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1369,7 +1369,13 @@ machine-tests: $(MACHINE_TESTS) mpfr-tests: $(MPFR_TESTS) -shlib-tests: $(SHLIB_TESTS) +shlib-tests: + @if grep 'DYNAMIC 1' $(top_srcdir)/config.h > /dev/null ; then \ + $(MAKE) shlib-real-tests ; \ + else echo shlib tests not supported on this system ; \ + fi + +shlib-real-tests: $(SHLIB_TESTS) msg:: @echo '' |