From a5142d1a1fdb1480daa8ffc334170611329bb597 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 9 Jan 2012 08:34:43 +0000 Subject: [PATCH] added -werror flag for tests --- tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 08788b8..7c5ed8d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,7 +8,7 @@ check_PROGRAMS = test-io-dir-list \ test-url-encode \ test-url-normalize -AM_CPPFLAGS = -pedantic +AM_CPPFLAGS = -pedantic -Werror test_url_encode_SOURCES = test_url_encode.c test_url_encode_LDADD = ../src/lib/libpsensor.a diff --git a/tests/Makefile.in b/tests/Makefile.in index 58331d9..6198558 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -220,7 +220,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = checkpatch.pl data test-io-dir-list.sh -AM_CPPFLAGS = -pedantic +AM_CPPFLAGS = -pedantic -Werror test_url_encode_SOURCES = test_url_encode.c test_url_encode_LDADD = ../src/lib/libpsensor.a test_url_normalize_SOURCES = test_url_normalize.c -- 2.7.4