]> andersk Git - libyaml.git/blobdiff - Makefile.am
Add maintainer field to dockerfiles
[libyaml.git] / Makefile.am
index 4111fdb721a71b39236f7fdb16fe950a0f20810b..e6dd92ca404311f269515dd4c9adbbac568dc91b 100644 (file)
@@ -3,7 +3,7 @@
 
 SUBDIRS = include src . tests win32
 
-EXTRA_DIST = README LICENSE doc/doxygen.cfg
+EXTRA_DIST = README LICENSE CMakeLists.txt doc/doxygen.cfg
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = yaml-0.1.pc
@@ -16,3 +16,5 @@ maintainer-clean-local:
 bootstrap: maintainer-clean
        ./bootstrap
 
+test: all
+       make -C tests check-TESTS
This page took 0.028707 seconds and 4 git commands to generate.