forked from ariadne/pkgconf
Fix the issue where tests/meson.build was deleted.
parent
6d1f160e89
commit
b08733f45d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue