Navigation Menu

Skip to content

Commit

Permalink
meson: add ESLint test for src/
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Aug 21, 2019
1 parent d251dde commit b61d7e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meson.build
Expand Up @@ -107,6 +107,14 @@ install_subdir(
strip_directory: true
)

eslint = find_program('eslint', required: false)

if eslint.found()
test('ESLint', eslint,
args: join_paths(meson.build_root(), extuuid)
)
endif

# Gettext Translations
subdir('data')
subdir('po')
Expand Down

0 comments on commit b61d7e0

Please sign in to comment.