Skip to content

Commit

Permalink
Added mesonbuild test
Browse files Browse the repository at this point in the history
  • Loading branch information
JustScreaMy committed Jan 30, 2023
1 parent 3eb1996 commit 1c50396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/identify_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ def test_tags_from_path_plist_text(tmpdir):
('build.jenkins', {'text', 'groovy', 'jenkins'}),
('build.jenkinsfile', {'text', 'groovy', 'jenkins'}),
('meson.build', {'text', 'meson'}),
('meson_options.txt', {'text', 'meson'}),
('meson_options.txt', {'text', 'plain-text', 'meson'}),
# does not set binary / text
('f.plist', {'plist'}),
Expand Down

0 comments on commit 1c50396

Please sign in to comment.