Enable the testsuite

This commit is contained in:
Sylvestre Ledru 2015-01-21 12:01:33 +01:00
parent 6b17b8d73d
commit c18f75cf30
3 changed files with 1 additions and 5 deletions

1
debian/TODO.Debian vendored
View 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

1
debian/changelog vendored
View 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

4
debian/rules vendored
View File

@ -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