diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2018-11-16 19:47:31 -0800 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-11-28 10:24:28 +1000 |
commit | 6e819c819a319b47a35c598200ea4a0cf35b517a (patch) | |
tree | 2c008773595b5364a7ef91519d1851d77341c167 | |
parent | b95ba13df15217f4cad40fcde8f6b5fe7ff1118a (diff) | |
download | pacman-6e819c819a319b47a35c598200ea4a0cf35b517a.tar.xz |
add missing tests to meson.build
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r-- | test/pacman/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pacman/meson.build b/test/pacman/meson.build index dbdb429e..cf64296e 100644 --- a/test/pacman/meson.build +++ b/test/pacman/meson.build @@ -157,6 +157,8 @@ pacman_tests = [ 'should_fail': true }, { 'name': 'tests/scriptlet001.py' }, { 'name': 'tests/scriptlet002.py' }, + { 'name': 'tests/scriptlet-signal-handling.py' }, + { 'name': 'tests/scriptlet-signal-reset.py' }, { 'name': 'tests/sign001.py' }, { 'name': 'tests/sign002.py' }, { 'name': 'tests/skip-remove-with-glob-chars.py' }, |