pacman/test/makepkg/meson.build

10 lines
274 B
Meson
Raw Normal View History

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)