BUILD.bazel (738B)
1 # Copyright (c) the JPEG XL Project Authors. All rights reserved. 2 # 3 # Use of this source code is governed by a BSD-style 4 # license that can be found in the LICENSE file. 5 6 package(default_visibility = ["//:__subpackages__"]) 7 8 filegroup( 9 name = "testdata", 10 srcs = glob([ 11 "testdata/**/*.icc", 12 "testdata/**/*.pam", 13 "testdata/**/*.pfm", 14 "testdata/**/*.pgm", 15 "testdata/**/*.pnm", 16 "testdata/**/*.ppm", 17 "testdata/**/*.png", 18 "testdata/**/*.jpg", 19 "testdata/**/*.jxl", 20 "testdata/**/*.gif", 21 "testdata/**/*.y4m", 22 "testdata/**/*.jxl", 23 "testdata/**/*.png", 24 "testdata/**/*.jpg", 25 "testdata/position_encoding/*.txt", 26 ]), 27 ) 28