aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2025-06-25 15:13:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2025-06-25 15:14:13 +0000
commit5f99da5545ebe3c081dc126e00ec7d801db9c772 (patch)
treee692d78fdb6bc34a660e9e586c121e03afb8b5ff /tests/Makefile.am
parent5c7ba42d2e90bdd94bb55c80d0787e998fad44f9 (diff)
libyaml: vendor import 0.2.5vendor/libyaml/0.2.5vendor/libyaml
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 72e84d2a2217..9597b7fef3ef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,9 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
+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
+ example-deconstructor example-deconstructor-alt \
+ run-parser-test-suite run-emitter-test-suite