summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorKirill Simonov <xi@resolvent.net>2006-07-21 13:50:32 +0000
committerKirill Simonov <xi@resolvent.net>2006-07-21 13:50:32 +0000
commit625fcfe9edfbe8576ec6ef8d2d6adaed4bb86403 (patch)
tree5631d3505c5aae1735c6c49cc22e0f228bf13a8c /tests/Makefile.am
parentab01bac8b522ac9562333d15602972dbfd8b8828 (diff)
downloadlibyaml-git-625fcfe9edfbe8576ec6ef8d2d6adaed4bb86403.tar.gz
Refactor internal and external API.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8f69907..e2f9e9c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
LDADD = $(top_builddir)/src/libyaml.la
TESTS = test-version test-reader
-check_PROGRAMS = test-version test-reader
+check_PROGRAMS = test-version test-reader run-scanner run-parser