about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
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
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-5/+87
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-2/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+2
2013-05-04compiletest: fix decision rule to run and cleanupYoung-il Choi-55/+35
2013-05-03mk: configurable android test directoryYoung-il Choi-3/+2
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-3/+4
2013-05-02mk: minor fix for test.mk to support mutiple target testYoung-il Choi-2/+2
2013-05-01mk: test.mk expanded to ARM test automationYoung-il Choi-5/+108
2013-03-18mk: If NO_REBUILD is set then don't rebuild core/std before testingBrian Anderson-3/+11
2013-03-12Disable debuginfo tests on mac since gdb requires rootBrian Anderson-0/+4
2013-03-08mk: cleanup - minor fixes for android checkILyoan-1/+1
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-30/+56
2013-03-02mk: Cross-compile fixesBrian Anderson-9/+9
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-25/+38
2013-02-19Attempt to solve make check test ambiguity betwen crate 'rust' and extratecte...Marvin Löbel-4/+4
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-1/+7
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-3/+3
2013-02-10mk: Run debuginfo tests by default, but only if gdb is availableBrian Anderson-1/+19
2013-02-10mk: TypoBrian Anderson-1/+1
2013-02-09Add debug info testsBrian Leibig-2/+12
2013-02-06mk: Add output files to tests so they don't rerun unnecessarilyBrian Anderson-14/+28
2013-02-05mk: Don't check core/std/rustc as part of check-fastBrian Anderson-3/+0
2013-02-05mk: Parameterize tests.mk to the maxBrian Anderson-687/+331
2013-01-25Start running the libsyntax unit tests. #4618Brian Anderson-0/+25
2013-01-03add missing $(CFG_PYTHON) prefixesDaniel Micay-1/+1
2012-12-14Add check-stageN-doc target. Closes #4007Brian Anderson-0/+7
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-13Tools should not be build prereqs of tests. Closes #3946Brian Anderson-1/+2