diff --git a/debian/TODO.Debian b/debian/TODO.Debian index 6a51dc6aa0..a1666bc754 100644 --- a/debian/TODO.Debian +++ b/debian/TODO.Debian @@ -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 Tue, 20 Jan 2015 08:50:28 +0100 diff --git a/debian/changelog b/debian/changelog index 7d21b2a677..d9f071d1ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 12 Jan 2015 00:35:31 -0800 diff --git a/debian/rules b/debian/rules index ddb8ce52df..3ca3738de4 100755 --- a/debian/rules +++ b/debian/rules @@ -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