github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/filegroup/BUILD (about)

     1  subinclude('//build_defs:plz_e2e_test')
     2  
     3  genrule(
     4      name = 'gen',
     5      outs = ['gen.txt'],
     6      # This being nondeterministic would normally be a bad idea, but here makes the test work better.
     7      cmd = 'dd if=/dev/urandom of=$OUT bs=10000 count=1',
     8      visibility = ['//test/filegroup/many:all'],
     9  )
    10  
    11  plz_e2e_test(
    12      name = 'filegroup_concurrent_build_test',
    13      cmd = 'plz clean //test/filegroup:gen && plz build //test/filegroup/many:all',
    14  )