summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
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
2012-11-04Fix rusti check targets some moreBrian Anderson-1/+1
2012-11-04Add missing rusti check targetsBrian Anderson-0/+4
2012-11-04Fix tidy for new linenoiseBrian Anderson-0/+2
2012-11-04Merge remote-tracking branch 'brson/repl'Brian Anderson-0/+27
2012-11-04Remove linenoise files from the tidy checkZack Corr-0/+2
2012-11-03library-tool-conversion: update tests.mk for librustdoc and libcargoDaniel Patterson-2/+2
2012-10-30Use correct version of python to run check-summary.py. Issue #3883Brian Anderson-5/+5
2012-10-30rusti: Remove linenoise module, add to rt, remove core::rlZack Corr-5/+2
2012-10-29build: Use correct python version. Closes #3883Brian Anderson-4/+4
2012-10-27rusti: Add linenoise, wrap into core::rl and add rusti REPL toolZack Corr-0/+28
2012-09-22doc: Split out task tutorail. Add links to sub-tutorialsBrian Anderson-0/+27
2012-09-15docs: Make supplemental tutorials testableBrian Anderson-0/+81
2012-08-29Make check-notidy not run tidy, as implied. Close #3105.Graydon Hoare-3/+3
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-0/+1
2012-07-25Add check-notidy target. Close #2943.Graydon Hoare-0/+3
2012-06-02Begin running cargo testsBrian Anderson-0/+28
2012-06-01build: Fix bogus test tepsBrian Anderson-2/+2
2012-06-01test: Move tests with rustc deps into run-pass-fulldepsBrian Anderson-3/+61
2012-06-01build: Add check-lite targetBrian Anderson-0/+5
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-1/+1
2012-05-23bench: Add hard mode to benchmarks. Activate with RUST_BENCH.Brian Anderson-0/+8
2012-05-02build: Start running core tests on windowsBrian Anderson-0/+1
2012-04-30build: No tidy for test files. Closes #2271Brian Anderson-0/+1
2012-04-24build: Don't require full target libs to run compiletest testsBrian Anderson-22/+18
2012-04-13use find not echo; this also brings fuzzer under the iron fist of tidy.py!Niko Matsakis-30/+4
2012-04-11Break up make tidy even moreBrian Anderson-4/+8
2012-04-11breakup tidy commandNiko Matsakis-0/+2
2012-04-11Fix up LIBRUSTSYNTAX_INPUTS and tidy rule.Graydon Hoare-0/+2
2012-04-10test: Build auxiliary libraries for each testHaitao Li-0/+1
2012-04-09build: Split up tidy command further to make arg list shorterBrian Anderson-3/+6