10 lines
274 B
Meson
10 lines
274 B
Meson
![]() |
find_program('git', required: true)
|
||
|
|
||
|
test('makepkg-build-git-head-twice',
|
||
|
find_program('makepkg-build-git-head-twice.sh'),
|
||
|
env: TEST_ENV)
|
||
|
|
||
|
test('makepkg-checkout-dir-matches-branch',
|
||
|
find_program('makepkg-checkout-dir-matches-branch.sh'),
|
||
|
env: TEST_ENV)
|