diff options
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 85e73d6..02efa57 100644 --- a/test/meson.build +++ b/test/meson.build @@ -159,6 +159,7 @@ if host_machine.system().contains('darwin') cgl_tests = [ [ 'cgl_core', [ 'cgl_core.c' ] ], + [ 'cgl_epoxy_api', [ 'cgl_epoxy_api.c' ] ], ] foreach t: cgl_tests |