summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 9597b7fef3ef8191287323b227e6d3affb328bb8 (plain)
1
2
3
4
5
6
7
8
9
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 \
				  run-parser-test-suite run-emitter-test-suite