summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2006-07-31 22:24:32 +0000
committerKirill Simonov <xi@resolvent.net>2006-07-31 22:24:32 +0000
commit2a02dfd2625480af0f2b48664c46dab20ea799da (patch)
tree26990e065de3b3253dace85aea837d00c4544465 /tests/Makefile.am
parentb3043c486c98b6f0be2ac532552b19f0e0f0099b (diff)
downloadlibyaml-git-2a02dfd2625480af0f2b48664c46dab20ea799da.tar.gz
Add two examples and prepare the build system for distribution.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 643e1eb..e7880d6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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