]> andersk Git - libyaml.git/blobdiff - tests/Makefile.am
Rewrite make test-suite
[libyaml.git] / tests / Makefile.am
index ea70ba5ab06b5249511f61179ee787d91355b446..9597b7fef3ef8191287323b227e6d3affb328bb8 100644 (file)
@@ -1,4 +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
-check_PROGRAMS = test-version
+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 \
+                                 run-parser-test-suite run-emitter-test-suite
This page took 0.025398 seconds and 4 git commands to generate.