Skip to content

Commit

Permalink
Fix the issue where tests/meson.build was deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
h30032433 authored and kaniini committed May 2, 2023
1 parent 6d1f160 commit b08733f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -135,7 +135,8 @@ test_scripts= tests/meson.build \
tests/sysroot.sh \
tests/version.sh

check_SCRIPTS= $(test_scripts:.sh=)
test_sh = $(filter-out tests/meson.build, $(test_scripts))
check_SCRIPTS = $(test_sh:.sh=)

SUFFIXES= .sh

Expand Down

0 comments on commit b08733f

Please sign in to comment.