From e372d610badaf9ca017a749765faa07312a92c55 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 10 Apr 2017 17:08:58 -0700 Subject: Remove 'tests' target in favor of calling py.test directly. Together with the previous commit, this fixes #156. --- test/meson.build | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 44c0eb4..c5b940f 100644 --- a/test/meson.build +++ b/test/meson.build @@ -21,14 +21,7 @@ td += custom_target('test_scripts', input: test_scripts, command: ['cp', '-fPu', '--preserve=mode', '@INPUT@', meson.current_build_dir() ]) -# Create a new 'tests' target that we can run with Ninja -run_target('tests', depends: td, - command: [ 'python3', '-m', 'pytest', - 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) - -- cgit v1.2.3