]> andersk Git - libyaml.git/blobdiff - tests/Makefile.am
Fix some leaks, segfaults and warnings.
[libyaml.git] / tests / Makefile.am
index 75e52f97a22408092fb5354c30ea9facf354e474..e2f9e9c05b01924f6eafeaaaed3ceaa4be9c07e3 100644 (file)
@@ -1,4 +1,4 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include
-LDADD = $(top_srcdir)/src/libyaml.la
-TESTS = test-version
-check_PROGRAMS = test-version
+LDADD = $(top_builddir)/src/libyaml.la
+TESTS = test-version test-reader
+check_PROGRAMS = test-version test-reader run-scanner run-parser
This page took 0.043294 seconds and 4 git commands to generate.