diff options
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 5fa4487..612b617 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -48,6 +48,8 @@ AM_CPPFLAGS = \ -I$(top_builddir)/include \ $(X11_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) + TESTS = \ $(EGL_TESTS) \ $(GLX_TESTS) \ |