aboutsummaryrefslogtreecommitdiff
path: root/tests/build_defs.bzl
AgeCommit message (Expand)Author
2020-06-13Declare the dep on boost in bazel, so that Fruit builds even on systems where...Marco Poletti
2019-07-20Migrate tests to absl.testing, mainly to make Bazel test sharding work.Marco Poletti
2018-09-09Set timeout=long on pytest tests, otherwise they sometimes time out on Travis...Marco Poletti
2017-11-18Make the Fruit tests pass with recent versions of Bazel (e.g. 0.7.0).Marco Poletti
2017-06-17Use 4 xdist workers for each test when running tests with Bazel. This reduces...Marco Poletti
2017-06-17Avoid copying testing files to the build directory.Marco Poletti
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this cha...Marco Poletti
2016-10-08Port all end-to-end C++ tests to be nose2-based python tests, so that:Marco Poletti
2016-03-27Support Bazel as an alternative build system (in parallel with CMake).Marco Poletti