aboutsummaryrefslogtreecommitdiff
path: root/tests/BUILD
AgeCommit message (Expand)Author
2020-08-09Fix bazel build errors introduced by 94cefefb42f3685c1d64664e6aa9cbaf834b25ee...Marco Poletti
2020-06-13Declare the dep on boost in bazel, so that Fruit builds even on systems where...Marco Poletti
2019-07-20Fix test failures in Bazel when using sandboxing.Marco Poletti
2019-07-20Fix test failures with recent versions of Bazel.Marco Poletti
2019-06-09Use Bazel's CC variable instead of hardcoding g++.Marco Poletti
2019-06-09Set a 'toolchains' param in a BUILD rule. This is needed for the code to comp...Marco Poletti
2017-11-18Make the Fruit tests pass with recent versions of Bazel (e.g. 0.7.0).Marco Poletti
2017-07-13Add support for collecting test coverage, and document how to do it.Marco Poletti
2017-06-17Use 4 xdist workers for each test when running tests with Bazel. This reduces...Marco Poletti
2017-06-17(Actually) fix tests under Bazel.Marco Poletti
2017-06-17Set PATH_TO_COMPILED_FRUIT_LIB when running tests with Bazel too (it's now re...Marco Poletti
2017-06-17Skip the test_old_style_deprecation_error test in release mode, warnings are ...Marco Poletti
2017-06-17Avoid copying testing files to the build directory.Marco Poletti
2017-06-17Various test fixes:Marco Poletti
2017-06-17Skip the test_old_style_deprecation_error test on GCC 4.8.x, it doesn't work ...Marco Poletti
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this cha...Marco Poletti
2017-04-15Disable the pytest cache when running tests under bazel, it causes errors (re...Marco Poletti
2017-04-09Migrate Fruit's end-to-end tests from nose2 to pytest, improving parallelizat...Marco Poletti
2017-03-12Fix 2 build errors introduced by commit 905dc09.Marco Poletti
2017-02-26Factor testing code specific to posix compilers in a PosixCompiler class. Thi...Marco Poletti
2016-12-22Make Fruit tests work under Bazel again.Marco Poletti
2016-11-18Use extras/bazel_root as WORKSPACE root for Bazel, using symlinks so that Fru...Marco Poletti
2016-11-18Re-add support for running e2e Fruit tests with bazel.Marco Poletti
2016-10-16Fix various test failures due to the python test rewrite.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