X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/2a02dfd2625480af0f2b48664c46dab20ea799da..de19e70b6d53f7df967b74f6946765e3981a1dfc:/tests/Makefile.am?ds=sidebyside diff --git a/tests/Makefile.am b/tests/Makefile.am index e7880d6..81decb4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,8 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = -Wno-pointer-sign +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-emitter example-reformatter example-deconstructor +noinst_PROGRAMS = run-scanner run-parser run-loader run-emitter run-dumper \ + example-reformatter example-reformatter-alt \ + example-deconstructor example-deconstructor-alt