Skip to content

Commit

Permalink
tests: Add test for netpanzer when '--help' is used
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Feb 9, 2024
1 parent 45a8338 commit 2537876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,12 @@ exe = executable(
install : true
)

test(
'test_' + meson.project_name(),
exe,
args: '--help',
)

install_subdir(
'data',
install_dir : join_paths(get_option('datadir'), meson.project_name()),
Expand Down

0 comments on commit 2537876

Please sign in to comment.