]> git.proxmox.com Git - rustc.git/commitdiff
Enable the testsuite
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 21 Jan 2015 11:01:33 +0000 (12:01 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 21 Jan 2015 11:01:33 +0000 (12:01 +0100)
debian/TODO.Debian
debian/changelog
debian/rules

index 6a51dc6aa09f4ad41d2e1c3e51093933f561ea6a..a1666bc75415d508e8d14840fcc5ab3b6e1fd599 100644 (file)
@@ -2,7 +2,6 @@
  * Use Compiler-rt package
  * Improve the bootstrap (do the local build first on our systems, upload
    to Debian and use the packages)
- * Plug the testsuite
  * Port on other archs
 
  -- Sylvestre Ledru <sylvestre@debian.org>  Tue, 20 Jan 2015 08:50:28 +0100
index 7d21b2a6771b37a55bd09039b977c2886b254fa7..d9f071d1ecbc55f0301dafaa7167b9285d6690e1 100644 (file)
@@ -12,6 +12,7 @@ rust (1.0.0~0alpha-0.1) unstable; urgency=low
   * Update the list of build dep to build the doc
   * Force the verbose mode during the build
   * Add a TODO list
+  * Enable the testsuite
 
  -- Jordan Justen <jordan.l.justen@intel.com>  Mon, 12 Jan 2015 00:35:31 -0800
 
index ddb8ce52df8a63545cda90dfe18e6dd8dcde5094..3ca3738de413521ee32d491f5651d0b24e500b5a 100755 (executable)
@@ -57,10 +57,6 @@ override_dh_auto_configure:
 override_dh_auto_build:
        make VERBOSE=1
 
-# Skip test since it fails on rust 0.12
-override_dh_auto_test:
-       true
-
 LD_TMP1 := $(RUST_TMP_PREFIX)/lib
 # TODO improve this stuff to make it dynamic
 LD_TMP_i386 := $(LD_TMP1)/rustlib/i686-unknown-linux-gnu/lib