summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-03-28 16:38:19 -0700
committerEric Anholt <eric@anholt.net>2014-03-28 16:45:26 -0700
commit756dcaf6a5e07ead098457efba15f5be75bf2123 (patch)
tree87741b9bac92d289aa5ff5c3788d0f917d04ab96 /test
parent3e09de7550cd901b8d3ecbf27e0128f0dc0f0b99 (diff)
downloadlibepoxy-756dcaf6a5e07ead098457efba15f5be75bf2123.tar.gz
Disable the dlwrap-based tests on apple.
We'd need a dlvsym() equivalent.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 5a8c49a..7e43dd7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -85,6 +85,7 @@ endif
if BUILD_EGL
if BUILD_GLX
+if !BUILD_APPLE
EGL_AND_GLX_TESTS = \
egl_and_glx_different_pointers_egl_glx \
egl_and_glx_different_pointers_egl \
@@ -92,17 +93,24 @@ EGL_AND_GLX_TESTS = \
$()
endif
endif
+endif
-GLX_TESTS = \
+if !BUILD_APPLE
+GLX_NON_APPLE_TESTS = \
glx_alias_prefer_same_name \
+ glx_gles2 \
+ $()
+endif
+
+GLX_TESTS = \
glx_beginend \
glx_public_api \
glx_public_api_core \
- glx_gles2 \
glx_glxgetprocaddress_nocontext \
glx_has_extension_nocontext \
glx_static \
$(GLX_SHARED_ZNOW) \
+ $(GLX_NON_APPLE_TESTS) \
$()
GLX_LIBS = libglx_common.la