]> andersk Git - libyaml.git/blobdiff - tests/Makefile.am
Add -Wall to list of compile flags
[libyaml.git] / tests / Makefile.am
index 8f699070a45e2e8b606e4fa0081ce49efb37a8ed..81decb40044af68c67750fddfc4ef03b9fe2a486 100644 (file)
@@ -1,4 +1,8 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -Wall
+#AM_CFLAGS = -Wno-pointer-sign
 LDADD = $(top_builddir)/src/libyaml.la
 TESTS = test-version test-reader
 check_PROGRAMS = test-version test-reader
+noinst_PROGRAMS = run-scanner run-parser run-loader run-emitter run-dumper     \
+                                 example-reformatter example-reformatter-alt   \
+                                 example-deconstructor example-deconstructor-alt
This page took 0.058754 seconds and 4 git commands to generate.