]> andersk Git - libyaml.git/blobdiff - tests/Makefile.am
Add two examples and prepare the build system for distribution.
[libyaml.git] / tests / Makefile.am
index 643e1eb2caf72745446cffa949090638eba225b0..e7880d6552e41ac10520b14ef2852088d9706777 100644 (file)
@@ -1,4 +1,6 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS = -Wno-pointer-sign
 LDADD = $(top_builddir)/src/libyaml.la
 TESTS = test-version test-reader
-check_PROGRAMS = test-version test-reader run-scanner run-parser run-emitter
+check_PROGRAMS = test-version test-reader
+noinst_PROGRAMS = run-scanner run-parser run-emitter example-reformatter example-deconstructor
This page took 0.025544 seconds and 4 git commands to generate.