summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.test/BUILD
Commit message (Collapse)AuthorAgeFilesLines
* Bazel: Automatically format build file with buildifier 0.20.0David Pursehouse2019-01-101-2/+2
| | | | | | | | | | | | Version 0.20.0 of buildifier has a lint mode that can fix the formatting issues automatically: buildifier --lint=fix Apply this to BUILD files. Change-Id: I1120a0f15771d0bbea4daa34037be0b860385389 Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
* Add remaining parts of the bazel buildDavid Ostrovsky2017-03-211-0/+31
Add bazel build for ui and junit.http, and the test packages. A number of different test labels are supported: api attributes dfs diff http lfs lfs-server nls notes pack patch pgm reftree revplot revwalk storage submodule symlinks transport treewalk util To run all tests: bazel test //... To run specific tests, using labels: bazel test --test_tag_filters=api,dfs,revplot,treewalk //... Change-Id: Ic41b05a79d855212e67b1b4707e9c6b4dc9ea70d Signed-off-by: David Ostrovsky <david@ostrovsky.org> Signed-off-by: Jonathan Nieder <jrn@google.com>