X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/2a02dfd2625480af0f2b48664c46dab20ea799da..e27a3c886ebe97dda5b6f961b04949bb3003d4a6:/tests/Makefile.am diff --git a/tests/Makefile.am b/tests/Makefile.am index e7880d6..72e84d2 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_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