summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-01-31 15:16:40 -0800
committerEric Anholt <eric@anholt.net>2014-01-31 15:52:43 -0800
commitc761908c3eda5c2392add7f934fb3c2c5f0a18de (patch)
tree7881b3d434d00e6935184e8107ebc8170d7ca01a
parent36847f88a7790d3bb917a82494e04fff708b39dd (diff)
Enable compiler warnings in the tests.
-rw-r--r--test/Makefile.am2
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) \