summaryrefslogtreecommitdiff
path: root/data/tests/meson.build
blob: dee394d2ed253f642f17acabc63abea9cf5243de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if get_option('enable-installed-tests')
  install_data([
      'calibration.ccmx',
      'corrupt-dict.icc',
      'crayons.icc',
      'DELL-U2713H.bin',
      'empty.icc',
      'example.cmf',
      'example.sp',
      'ibm-t61.icc',
      'Lenovo-T61-Internal.bin',
      'LG-L225W-External.bin',
      'measured.ti3',
      'normalised.ti3',
      'raw.ti3',
      'reference.ti3',
      'test.ccss',
      'test.sp',
    ],
    install_dir: join_paths(libexecdir, 'installed-tests', 'colord')
  )
endif