summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
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
2012-04-06build: Remove a redundant search pathBrian Anderson-1/+1
2012-04-04make deletion of test libs use -rf so it works on macNiko Matsakis-1/+1
2012-04-04Clean up artifacts in test subdir. Should close #2066.Graydon Hoare-8/+24
2012-04-04build: Cleanup of test summary printingBrian Anderson-4/+10
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-19/+36
2012-03-31rt: Begin running tidy on C++ code again. OopsBrian Anderson-3/+24
2012-03-20test: Begin running the language ref examples. Mostly xfailedBrian Anderson-1/+31
2012-03-19build: rm -f old tutorial snippetsBrian Anderson-1/+1
2012-03-19build: Delete old tutorial tests before regenerating. Closes #1991Brian Anderson-0/+1
2012-03-06make inline enabled by defaultNiko Matsakis-1/+1
2012-02-28rename aux to auxiliary, since aux is apparently reserved on windowsNiko Matsakis-1/+1
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-1/+2
2012-02-21python might be in a path with spaces in it, you never knowDaniel Brooks-1/+1
2012-02-17Fix dependencies of stage2 check-fast driver.Graydon Hoare-2/+2
2012-01-26Remove the --no-core command-line optionBrian Anderson-1/+1
2012-01-20build: Run tutorial testsBrian Anderson-1/+44
2012-01-19build: Run tidy first before all other check targetsHaitao Li-2/+2