summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-01-31 14:49:00 -0800
committerEric Anholt <eric@anholt.net>2014-01-31 15:51:53 -0800
commit1064406814190cfa1f95ba01d08f87596065ac7e (patch)
tree433ecaf0ecc80a98091b559e066ef918b3ab15a9 /test
parentdbf940dabcc34d5c85ab7540a1333e369a04948e (diff)
downloadlibepoxy-1064406814190cfa1f95ba01d08f87596065ac7e.tar.gz
Fix using epoxy on systems with only EGL and GLES1 or GLES2.
Fixes #19
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 7f43f26..5fa4487 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -57,8 +57,6 @@ TESTS = \
$()
XFAIL_TESTS = \
- egl_gles1_without_glx \
- egl_gles2_without_glx \
$()
check_PROGRAMS = $(TESTS)