diff options
author | Eric Anholt <eric@anholt.net> | 2014-01-31 15:16:40 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-01-31 15:52:43 -0800 |
commit | c761908c3eda5c2392add7f934fb3c2c5f0a18de (patch) | |
tree | 7881b3d434d00e6935184e8107ebc8170d7ca01a /test | |
parent | 36847f88a7790d3bb917a82494e04fff708b39dd (diff) |
Enable compiler warnings in the tests.
Diffstat (limited to 'test')
-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) \ |