aboutsummaryrefslogtreecommitdiff
path: root/test/meson.build
blob: f84e86bd3d7383d1cda112e0d0d09c62644dfffd (plain)
1
2
3
4
5
6
7
8
9
10
11
test_scripts = [ 'conftest.py', 'pytest.ini', 'test_sshfs.py',
                 'util.py' ]
custom_target('test_scripts', input: test_scripts,
              output: test_scripts, build_by_default: true,
              command: ['cp', '-fP', '--preserve=mode',
                        '@INPUT@', meson.current_build_dir() ])

# Provide something helpful when running 'ninja test'
wrong_cmd = executable('wrong_command', 'wrong_command.c',
                       install: false)
test('wrong_cmd', wrong_cmd)