This project is mirrored from https://github.com/bazelbuild/bazel.git.
Pull mirroring updated .
- Apr 17, 2015
-
-
Damien Martin-Guillerez authored
py_test rule enable to use a test written in Python. A py_test is basically a py_binary that returns a non null on failure. Extraneous support is need to have nice output (see //src/test/shell/unittest.bash for the kind of support neeeded). Actually the py_test code was already there but it was just missing the necessary glue code. Also added an integration test for py_* rules in Bazel. -- MOS_MIGRATED_REVID=91407748
-
- Mar 26, 2015
-
-
Han-Wen Nienhuys authored
Remove experimental Go support until we have a solution which fits the 'go' tool conventions better. -- MOS_MIGRATED_REVID=89510837
-
- Mar 25, 2015
-
-
Damien Martin-Guillerez authored
It is a first batch of integration tests for Bazel. They tests some basic behaviors and nominal cases of Bazel rules (especially they tests the behavior of the examples provided in //examples). -- MOS_MIGRATED_REVID=89440074
-