diff options
author | Shawn Pearce <sop@google.com> | 2015-12-31 10:44:30 -0800 |
---|---|---|
committer | Shawn Pearce <sop@google.com> | 2015-12-31 17:34:03 -0800 |
commit | 2f8d787b5f691bd55584fb74556d408301ddb788 (patch) | |
tree | bf712f866d3ffc280cf3cc67d2ca891663492fb4 /.buckconfig | |
parent | 34de70a5d42fc89275c9108351cf2e8154ff3322 (diff) | |
download | jgit-2f8d787b5f691bd55584fb74556d408301ddb788.tar.gz jgit-2f8d787b5f691bd55584fb74556d408301ddb788.zip |
buck: run tests
Compile each test in its own java_test() target so they can run in
parallel, reducing total time spent testing on large machines.
$ buck test --all
[-] PROCESSING BUCK FILES...FINISHED 0.3s [100%]
[-] BUILDING...FINISHED 2.9s [100%] (351/383 JOBS, 351 UPDATED, 0.0% CACHE MISS)
[-] TESTING...FINISHED 98.1s (3360 PASS/15 SKIP/0 FAIL)
Change-Id: I8d6541268315089299f933ed23d785b1b3431133
Diffstat (limited to '.buckconfig')
-rw-r--r-- | .buckconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buckconfig b/.buckconfig index ef82fa07f7..b2e07acccf 100644 --- a/.buckconfig +++ b/.buckconfig @@ -2,7 +2,7 @@ includes = //tools/default.defs [java] - src_roots = src, resources + src_roots = src, resources, tst [project] ignore = .git |