summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-07-12 14:25:07 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-08-19 13:27:59 +0800
commit1fe6312c2d0eee5d476c08bee01f0a6bfc9c8c01 (patch)
tree0c4bdf86fcef2fa0e8727eacbc7fad8605dafbcf /test
parentb9c9da2c9fa23040870dff975a3ccd2beda6b297 (diff)
downloadtalos-petitboot-1fe6312c2d0eee5d476c08bee01f0a6bfc9c8c01.tar.gz
talos-petitboot-1fe6312c2d0eee5d476c08bee01f0a6bfc9c8c01.zip
test/lib: build with -DEBUG
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test')
-rw-r--r--test/lib/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/lib/Makefile.am b/test/lib/Makefile.am
index bfcf9c2..16052c6 100644
--- a/test/lib/Makefile.am
+++ b/test/lib/Makefile.am
@@ -16,10 +16,9 @@ AUTOMAKE_OPTIONS = parallel-tests
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
- $(DEFAULT_CPPFLAGS)
+ -DDEBUG
-AM_CFLAGS = \
- $(DEFAULT_CFLAGS)
+AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror
list_test_SOURCES = list-test.c
list_test_LDADD = ../../lib/libpbcore.la
OpenPOWER on IntegriCloud