]> andersk Git - libyaml.git/commitdiff
Run tests at build time
authorAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 03:03:01 +0000 (22:03 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 24 Feb 2014 03:03:12 +0000 (22:03 -0500)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
debian/changelog
debian/rules

index 7f126d54a26b7c106ef625ca0e3991cc75d25623..277434bf34545da6d911746ff347c7a88e5bb7b8 100644 (file)
@@ -4,6 +4,7 @@ libyaml (0.1.5-1) UNRELEASED; urgency=medium
     + Fix CVE-2013-6393: heap-based buffer overflow when parsing YAML
       tags.
   * Drop upstreamed patches.
+  * Run tests at build time.
 
  -- Anders Kaseorg <andersk@mit.edu>  Sun, 23 Feb 2014 21:48:49 -0500
 
index f5f939aa336b8c70a32adeb6ac149a3b70f28cc2..77f59854632d04735a911fd9aa74457a4e94b5e5 100755 (executable)
@@ -12,5 +12,6 @@ CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper (>= 8.1.3~)
 CDBS_BUILD_DEPENDS_rules_debhelper_buildinfo =
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+DEB_MAKE_CHECK_TARGET = check
 DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)
 DEB_DBG_PACKAGE_libyaml-0-2 = libyaml-0-2-dbg
This page took 0.099454 seconds and 5 git commands to generate.