platform_build_soong/finder/fs
Colin Cross 323dc60712 Make lots of tests run in parallel
Putting t.Parallel() in each test makes them run in parallel.
Additional t.Parallel() could be added to each subtest, although
that requires making a local copy of the loop variable for
table driven tests.

Test: m checkbuild
Change-Id: I5d9869ead441093f4d7c5757f2447385333a95a4
2020-10-06 15:12:22 -07:00
..
Android.bp Merge changes Ie33d2e05,Ie2b4509b,I5ac3a1f5 2020-07-01 15:42:22 +00:00
fs.go Add Stat to finder/fs 2020-06-29 23:30:38 -07:00
fs_darwin.go Move android/soong/fs to android/soong/finder/fs 2017-12-22 13:56:17 -08:00
fs_linux.go Move android/soong/fs to android/soong/finder/fs 2017-12-22 13:56:17 -08:00
fs_test.go Make lots of tests run in parallel 2020-10-06 15:12:22 -07:00
readdir.go Reimplement ioutil.ReadDir with a version that avoids calling lstat 2017-12-22 13:56:17 -08:00
readdir_test.go Make lots of tests run in parallel 2020-10-06 15:12:22 -07:00
test.go Move finder_test filesystem helper functions to fs/test.go 2020-06-29 23:30:38 -07:00