add missing tests to meson.build

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2018-11-16 19:47:31 -08:00 committed by Allan McRae
parent b95ba13df1
commit 6e819c819a

View file

@ -157,6 +157,8 @@ pacman_tests = [
'should_fail': true }, 'should_fail': true },
{ 'name': 'tests/scriptlet001.py' }, { 'name': 'tests/scriptlet001.py' },
{ 'name': 'tests/scriptlet002.py' }, { 'name': 'tests/scriptlet002.py' },
{ 'name': 'tests/scriptlet-signal-handling.py' },
{ 'name': 'tests/scriptlet-signal-reset.py' },
{ 'name': 'tests/sign001.py' }, { 'name': 'tests/sign001.py' },
{ 'name': 'tests/sign002.py' }, { 'name': 'tests/sign002.py' },
{ 'name': 'tests/skip-remove-with-glob-chars.py' }, { 'name': 'tests/skip-remove-with-glob-chars.py' },