summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/yaml/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/deps/yaml/tests/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/deps/yaml/tests/Makefile.am b/web/server/h2o/libh2o/deps/yaml/tests/Makefile.am
new file mode 100644
index 00000000..72e84d2a
--- /dev/null
+++ b/web/server/h2o/libh2o/deps/yaml/tests/Makefile.am
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+#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