about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2016-05-13add UI testing frameworkNiko Matsakis-2/+13
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+2
2016-05-07Rollup merge of #33314 - alexcrichton:fix-enable-ccache, r=pnkfelixSteve Klabnik-2/+2
2016-05-06Auto merge of #33228 - nikomatsakis:compiletest-gut, r=acrichtobors-1/+0
2016-05-06kill the old auxiliary directoryNiko Matsakis-1/+0
2016-05-06mk: Try to fix nightlies againAlex Crichton-3/+3
2016-05-05mk: Fix building with --enable-ccacheAlex Crichton-2/+2
2016-05-03mk: Pass CFLAGS for target, not hostAlex Crichton-5/+5
2016-04-28test: Move run-make tests into compiletestAlex Crichton-68/+21
2016-04-25mk: Fix use of deprecated configure varAlex Crichton-1/+1
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-1/+2
2016-04-19mk: Bootstrap from stable instead of snapshotsAlex Crichton-2/+5
2016-04-19mk: Force system python for LLDB tests on OSXAlex Crichton-1/+2
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-1/+1
2016-04-12tidy: Add a check to ensure Cargo.toml is in syncAlex Crichton-2/+2
2016-04-12rustbuild: Migrate tidy checks to RustAlex Crichton-45/+9
2016-04-06Address nits.Niko Matsakis-1/+1
2016-04-06add incremental test runner and some testsNiko Matsakis-1/+11
2016-04-03mk: Add configure option for disabling codegen testsAlex Crichton-2/+6
2016-03-25Salt test crates in buildsystem.Michael Woerister-1/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-5/+9
2016-02-26Auto merge of #31846 - alexcrichton:better-disable-jemallc, r=brsonbors-2/+2
2016-02-25mk: Move disable-jemalloc logic into makefilesAlex Crichton-2/+2
2016-02-24Recurse to find test files in any subdirectory of the base path. If aNiko Matsakis-15/+16
2016-02-16pass CXX to run-makeSébastien Marie-1/+2
2016-02-14Auto merge of #31391 - frewsxcv:test, r=alexcrichtonbors-1/+2
2016-02-13Add LLVM ModulePass regression test using run-make.Corey Farwell-1/+2
2016-02-09Update MakefileGuillaume Gomez-10/+33
2016-02-01Revert "mk: fix some undefined variable warnings"Alex Crichton-14/+10
2016-02-01mk: fix some undefined variable warningsTamir Duberstein-10/+14
2016-01-30Auto merge of #31274 - brson:nobench, r=nikomatsakisbors-18/+4
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-0/+2
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-0/+2
2016-01-29Remove src/test/benchBrian Anderson-18/+4
2016-01-26Implement the translation item collector.Michael Woerister-1/+11
2016-01-21mk: Remove all perf-related targetsAlex Crichton-25/+2
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-4/+3
2015-12-13Better support for `--llvm-root`.Richard Diamond-1/+3
2015-12-03Fix typoJake Worth-1/+1
2015-11-30Re-enable testing the bookSteve Klabnik-2/+2
2015-11-17Auto merge of #29794 - semarie:openbsd-stdcpp-path, r=alexcrichtonbors-3/+4
2015-11-12libtest: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libterm: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libsyntax: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libserialize: deny warnings in doctestsKevin Butler-1/+1
2015-11-12librbml: deny warnings in doctestsKevin Butler-1/+1
2015-11-12librand: deny warnings in doctestsKevin Butler-1/+1
2015-11-12liblog: deny warnings in doctestsKevin Butler-1/+2
2015-11-12libgraphviz: deny warnings in doctestsKevin Butler-1/+1
2015-11-12libgetopts: deny warnings in doctestsKevin Butler-1/+1