aboutsummaryrefslogtreecommitdiff
path: root/tests/meson.build
blob: ec26f929374a7f3ce55cbd13c5f557aee429fd75 (plain)
1
2
3
4
5
6
7
8
test('decodetree', sh,
     args: [ files('decode/check.sh'), config_host['PYTHON'], files('../scripts/decodetree.py') ],
     workdir: meson.current_source_dir() / 'decode',
     suite: 'decodetree')

if 'CONFIG_TCG' in config_host
  subdir('fp')
endif