summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-2/+5
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-9/+1
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-1/+1
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-1/+9
2013-09-05Don't run lint over gyp files (they just fail anyway)Alex Crichton-0/+1
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-5/+4
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-2/+2
2013-08-30Revert "Teach the makefile to use multiple src-base's"Corey Richardson-3/+2
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-1/+2
2013-08-28Teach the makefile to use multiple src-base'sCorey Richardson-2/+3
2013-08-28src/test/bench: restructureCorey Richardson-2/+2
2013-08-28Added libstd and libextra unit tests to check-fast target.Vadim Chugunov-1/+2
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-4/+12
2013-08-22Don't attempt to run tidy over libuv or llvmAlex Crichton-0/+2
2013-08-22auto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphismbors-6/+9
2013-08-20enable tests for the container tutorialDaniel Micay-1/+1
2013-08-20Android: Run benchmarks and copy metricsSeo Sanghyeon-1/+3
2013-08-20Android: Change directory before running testsSeo Sanghyeon-6/+7
2013-08-19doc: add condition tutorialGraydon Hoare-1/+2
2013-08-11Allow disabling optimizations in tests onlyAlex Crichton-1/+9
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-1/+3
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-1/+2
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-1/+1
2013-08-08Makefiles: make rustpkgtest depend on rustpkg executableTim Chevalier-0/+1
2013-08-07mk: test.mk fix to specify ADB variables not adbYoung-il Choi-1/+1
2013-08-02auto merge of #8202 : pnkfelix/rust/fsk-issue8056-make-crates-must-dep-on-sub...bors-1/+7
2013-08-02Make crate tests depend on their extern crates. Reorder TEST_HOST_CRATES in ...Felix S. Klock II-1/+7
2013-08-01mk/tests.mk: remove mention of nonexistent filesEtienne Millon-6/+1
2013-08-01mk/tests.mk: fix typo "srcrustllvm"Etienne Millon-2/+2
2013-07-30auto merge of #8111 : brson/rust/no-bench, r=graydonbors-4/+8
2013-07-29mk: Add NO_BENCH variable for turning off the --bench flagBrian Anderson-0/+4
2013-07-29mk: Rename CTEST_BENCH to TEST_BENCHBrian Anderson-4/+4
2013-07-29mk: Fix NO_REBUILD so stdtest can be tested without re-bootstrapping. Closes ...Brian Anderson-4/+2
2013-07-26auto merge of #7820 : pnkfelix/rust/fill-in-some-missing-rustc-lib-dependence...bors-0/+8
2013-07-24Tests select when to use --cfg debug, regardless of configure settings.Felix S. Klock II-1/+5
2013-07-17make: turn off --bench when running under valgrindGraydon Hoare-2/+5
2013-07-16Add configure and make machinery to activate perf metrics and ratchets.Graydon Hoare-0/+19
2013-07-16Add dependence arc from running rustc to its libraries.Felix S. Klock II-0/+8
2013-07-11wire up makefile to run codegen tests and add one to startGraydon Hoare-1/+18
2013-07-07Add rusti/rustpkg to check-liteAlex Crichton-1/+2
2013-07-06Update tests.mkGraydon Hoare-1/+1
2013-06-17mk: tests.mk simplify the method to clean arm testing directoryYoung-il Choi-3/+1
2013-06-01mk: test.mk modify to better supportYoung-il Choi-0/+10
2013-05-30fix the check-stageN-doc-$doc targets, close #5661Graydon Hoare-1/+1
2013-05-29auto merge of #6733 : alexcrichton/rust/issue-2400, r=brsonbors-0/+1
2013-05-28Define rustc's host triple at compile timeAlex Crichton-0/+1
2013-05-28Fix 'make check-stage1-std' by correcting dependenciesAlex Crichton-1/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-8/+8
2013-05-14Get unit tests for rusti workingAlex Crichton-11/+11
2013-05-06minor automatic whitespace fixesDaniel Micay-2/+2