summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
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
2012-01-17libstd: Move std tests into libstdBrian Anderson-5/+1
2012-01-17build: Start running libcore testsBrian Anderson-0/+24
2012-01-16build: Stop building stage3 on normal test cyclesHaitao Li-1/+1
2012-01-16build: Start running rustdoc testsBrian Anderson-1/+28
2012-01-15build: Add rustdoc to tidy rulesBrian Anderson-0/+2
2012-01-13build: Add shortcut targets for pretty-print testsBrian Anderson-0/+35
2011-12-30Make install and check targets depend on all. Close #1395.Graydon Hoare-2/+2
2011-12-16build: Tidy cargo when checking formattingHaitao Li-0/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-1/+3
2011-12-03Fix definition of check-stageN-all targetsBrian Anderson-1/+1
2011-12-02make check test stage3Niko Matsakis-1/+1
2011-12-02make "check" match "all": only the host tripleNiko Matsakis-9/+25
2011-11-29build: Have 'make check' run all target/host combinationsBrian Anderson-16/+48
2011-11-29work on perfNiko Matsakis-2/+2
2011-11-29fix more problems w/ check-fastNiko Matsakis-17/+17
2011-11-29make check-fast workNiko Matsakis-56/+88
2011-11-29tweak to get windows test-running correctNiko Matsakis-4/+4
2011-11-29fix makefiles, add option to ignore changes in makefilesNiko Matsakis-18/+18
2011-11-29make check worksNiko Matsakis-31/+40
2011-11-29misc fixesNiko Matsakis-107/+129
2011-11-29basic builds functionNiko Matsakis-111/+135
2011-11-18Added CFG_NOTIDY flag to the buildStefan Plantikow-17/+20
2011-11-17build: Add various shorthand make check rulesBrian Anderson-7/+19
2011-11-16fix prereqsNiko Matsakis-18/+18
2011-11-16fix prereqsNiko Matsakis-5/+2
2011-11-16correct (I think) prereqsNiko Matsakis-1/+1
2011-11-16correct pre-reqsNiko Matsakis-1/+1
2011-11-16make check-stage2-perf target work again, along with rustc, stdNiko Matsakis-14/+19
2011-11-16make it so that tests can be run on different target archNiko Matsakis-67/+75
2011-11-02Fix build on windowsNiko Matsakis-3/+3
2011-11-02enable building with different target archNiko Matsakis-2/+2
2011-10-31Split 'make tidy' into multiple commandsBrian Anderson-0/+3
2011-10-21Get 'make tidy' to work rustllvm and rt againBrian Anderson-4/+3
2011-10-11Fix test dependenciesBrian Anderson-0/+9
2011-10-06Bring make distcheck up to dateBrian Anderson-2/+10
2011-10-05Run tests with LD_LIBRARY_PATH set to the target libs, not the host libsBrian Anderson-3/+4
2011-10-04Fix #1003 harderBrian Anderson-1/+2
2011-10-04Fix a typo in tests.mk. Closes #1003Brian Anderson-1/+1
2011-10-02Cleanup mk/tests.mkBrian Anderson-106/+81