Skip to content

Commit

Permalink
meson.build: remove duplicate pytest run
Browse files Browse the repository at this point in the history
We have a similar run later, let's use that since it's behind the option
check for tests=enabled.
  • Loading branch information
whot committed Sep 28, 2023
1 parent 73288ee commit 5400089
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,6 @@ test('files-in-git',
args: [meson.current_source_dir()],
suite: ['all'])

# This is a generic pytest invocation. If we end up with more than one
# pytest-compatible test somewhere, we'll conveniently run that one too.
pytest = find_program('pytest-3', required: false)
if pytest.found()
test('pytests', pytest,
args: ['-vv', '--log-level=DEBUG'],
workdir: meson.current_source_dir(),
env: ['LIBWACOM_DATA_DIR=@0@'.format(dir_src_data)])
endif

############### tools ###########################

tools_cflags = ['-DDATABASEPATH="@0@"'.format(dir_src_data)]
Expand Down

0 comments on commit 5400089

Please sign in to comment.