Skip to content

Commit

Permalink
build: Exclude the meson.build files when installing the system tests
Browse files Browse the repository at this point in the history
... because they serve no purpose.

#1557
  • Loading branch information
debarshiray committed Sep 29, 2024
1 parent 1d943b6 commit 13546e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,16 @@ install_subdir(
'test',
install_dir: get_option('datadir') / meson.project_name(),
exclude_files: [
'meson.build',
'system/libs/bats-assert/.git',
'system/libs/bats-assert/.gitignore',
'system/libs/bats-assert/.travis.yml',
'system/libs/bats-assert/package.json',
'system/libs/bats-support/.git',
'system/libs/bats-support/.gitignore',
'system/libs/bats-support/.travis.yml',
'system/libs/bats-support/package.json'
'system/libs/bats-support/package.json',
'system/meson.build',
],
exclude_directories: [
'system/libs/bats-assert/script',
Expand Down

0 comments on commit 13546e4

Please sign in to comment.