about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2014-02-14mk: Improve build system help commandsBrian Anderson-0/+4
2014-02-14auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichtonbors-1/+2
2014-02-13mk: Fix non-android cross builds.Luqman Aden-1/+2
2014-02-13mk: make NO_REBUILD more forceful and more general.Huon Wilson-12/+22
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-0/+1
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-10auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmrbors-1/+1
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-1/+1
2014-02-09mk: Replace 'compile_and_link' with 'oxidize'Brian Anderson-3/+3
2014-02-07auto merge of #12099 : alexcrichton/rust/rpath-tests, r=thestingerbors-2/+4
2014-02-07Set the LD_LIBRARY_PATH when running testsAlex Crichton-2/+4
2014-02-07Added tests to make tidyDerek Guenther-1/+0
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-1/+1
2014-02-06Remove std::conditionAlex Crichton-1/+1
2014-02-06Redesign output flags for rustcAlex Crichton-1/+1
2014-02-04Run all target crate tests on the windows/try botsAlex Crichton-3/+4
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton-1/+2
2014-02-02Remove rustpkg.Corey Richardson-13/+0
2014-01-29Fix android test depsAlex Crichton-14/+5
2014-01-27Depend on libnative when testingAlex Crichton-1/+2
2014-01-26Move extra::flate to libflateAlex Crichton-2/+4
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-83/+23
2014-01-17test: Add the ability to force a host targetAlex Crichton-1/+2
2014-01-14auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichtonbors-4/+4
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-4/+4
2014-01-13auto merge of #11501 : alexcrichton/rust/dox, r=brsonbors-1/+1
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-1/+1
2014-01-13mk: Make TESTNAME and VERBOSE work with android. Closes #10957Brian Anderson-8/+8
2014-01-07mk: Start testing the cheatsheetBrian Anderson-0/+1
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-2/+3
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-5/+5
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-2/+3
2014-01-06auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichtonbors-1/+1
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-2/+2
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+1
2014-01-04auto merge of #11307 : vadimcn/rust/test-adb, r=brsonbors-16/+16
2014-01-04Fix android device detection when connected to a remote emulator (in this cas...Vadim Chugunov-16/+16
2014-01-03Change rmake and doc-test to support TESTNAMEAlex Crichton-3/+3
2013-12-26auto merge of #10965 : alexcrichton/rust/libgreen, r=brsonbors-10/+25
2013-12-24mk: Fix doc tests for multiple targetsAlex Crichton-10/+16
2013-12-24std: Get stdtest all passing againAlex Crichton-2/+2
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-8/+23
2013-12-23mk: Run doc tests as part of 'make check'Alex Crichton-0/+27
2013-12-21auto merge of #11095 : brson/rust/issue-11094, r=alexcrichtonbors-0/+9
2013-12-20mk: Work around problem with run-make tests on multiple targets. #11094Brian Anderson-0/+9
2013-12-18auto merge of #10977 : brson/rust/androidtest, r=brsonbors-11/+8
2013-12-18Make Android tests fail if no device is availableBrian Anderson-11/+8
2013-12-18Add a rustdoc testCorey Richardson-2/+3
2013-12-12Remove dependency on gnustl_shared for android buildsFabrice Desré-2/+0
2013-12-10Add missing sundown dependency to rustdoc tests.Jack Moffitt-1/+2