summaryrefslogtreecommitdiff
path: root/test/Makefile.sources
blob: a279e9655351428f33e2500360a92ac081bd6230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Copyright © 2014 Intel Corporation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

EGL_TESTS_PROGS = \
	egl_has_extension_nocontext \
	egl_gl \
	egl_gles1_without_glx \
	egl_gles2_without_glx

EGL_GLX_TEST_PROGS = \
	egl_and_glx_different_pointers_egl_glx \
	egl_and_glx_different_pointers_egl \
	egl_and_glx_different_pointers_glx

GLX_TEST_PROGS = \
	glx_beginend \
	glx_public_api \
	glx_public_api_core \
	glx_glxgetprocaddress_nocontext \
	glx_has_extension_nocontext \
	glx_static

GLX_NON_APPLE_PROGS = \
	glx_alias_prefer_same_name \
	glx_gles2

WGL_TEST_PROGS = \
	wgl_core_and_exts$(EXEEXT) \
	wgl_per_context_funcptrs$(EXEEXT) \
	wgl_usefontbitmaps$(EXEEXT) \
	wgl_usefontbitmaps_unicode$(EXEEXT)

GENERIC_TEST_PROGS = \
	headerguards$(EXEEXT) \
	miscdefines$(EXEEXT) \
	khronos_typedefs$(EXEEXT)

DLWRAP_SRC = dlwrap.c dlwrap.h

KHRONOS_TYPEDEF_SRC = \
	khronos_typedefs.c \
	khronos_typedefs.h \
	khronos_typedefs_nonepoxy.c

EGL_COMMON_SRC = \
	egl_common.c \
	egl_common.h

GLX_COMMON_SRC = \
	glx_common.c \
	glx_common.h

WGL_COMMON_SRC = \
	wgl_common.c \
	wgl_common.h