From c761908c3eda5c2392add7f934fb3c2c5f0a18de Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 31 Jan 2014 15:16:40 -0800 Subject: [PATCH] Enable compiler warnings in the tests. --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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) \