aboutsummaryrefslogtreecommitdiff
path: root/test/meson.build
blob: 90eb94e2ecc85226e548fbb1bc80d27c49924966 (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', '-fPu', '--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)