Fix the issue where tests/meson.build was deleted.

pull/249/head
h30032433 2023-03-07 10:00:08 +08:00 committed by Ariadne Conill
parent 6d1f160e89
commit b08733f45d
1 changed files with 2 additions and 1 deletions

View File

@ -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