index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2020-05-11 12:59:51 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-06-01 10:59:08 +1000 |
commit | 454ea024383eab60295e4c4fdf2c329475887b2c (patch) | |
tree | 5f3397782b3bb7e061770a63da5b7e34877f8193 /test | |
parent | 8ce142a2552418f64a74e773f659d92b065d6209 (diff) |
-rw-r--r-- | test/pacman/Makefile.am | 22 | ||||
-rw-r--r-- | test/pacman/tests/Makefile.am | 5 | ||||
-rw-r--r-- | test/scripts/Makefile.am | 10 | ||||
-rw-r--r-- | test/util/Makefile.am | 8 |
diff --git a/test/pacman/Makefile.am b/test/pacman/Makefile.am deleted file mode 100644 index d211215a..00000000 --- a/test/pacman/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -SUBDIRS = tests - -check_SCRIPTS = \ - pactest.py \ - pmdb.py \ - pmenv.py \ - pmfile.py \ - pmpkg.py \ - pmrule.py \ - pmtest.py \ - tap.py \ - util.py - -noinst_SCRIPTS = $(check_SCRIPTS) - -EXTRA_DIST = \ - meson.build \ - README \ - TODO \ - ChangeLog \ - ldconfig.stub \ - $(check_SCRIPTS) diff --git a/test/pacman/tests/Makefile.am b/test/pacman/tests/Makefile.am deleted file mode 100644 index ba3d0993..00000000 --- a/test/pacman/tests/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -check_SCRIPTS = $(wildcard *.py) - -noinst_SCRIPTS = $(check_SCRIPTS) - -EXTRA_DIST = $(check_SCRIPTS) diff --git a/test/scripts/Makefile.am b/test/scripts/Makefile.am deleted file mode 100644 index 0100bffb..00000000 --- a/test/scripts/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -check_SCRIPTS = \ - parseopts_test.sh \ - pacman-db-upgrade-v9.py \ - makepkg-template_test.sh - -noinst_SCRIPTS = $(check_SCRIPTS) - -EXTRA_DIST = \ - meson.build \ - $(check_SCRIPTS) diff --git a/test/util/Makefile.am b/test/util/Makefile.am deleted file mode 100644 index a270079f..00000000 --- a/test/util/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -check_SCRIPTS = \ - vercmptest.sh - -noinst_SCRIPTS = $(check_SCRIPTS) - -EXTRA_DIST = \ - meson.build \ - $(check_SCRIPTS) |