]> andersk Git - libyaml.git/blob - tests/Makefile.am
Prepare the initial release.
[libyaml.git] / tests / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2 AM_CFLAGS = -Wno-pointer-sign
3 LDADD = $(top_builddir)/src/libyaml.la
4 TESTS = test-version test-reader
5 check_PROGRAMS = test-version test-reader
6 noinst_PROGRAMS = run-scanner run-parser run-emitter example-reformatter example-deconstructor
This page took 0.047314 seconds and 5 git commands to generate.