summaryrefslogtreecommitdiffstats
path: root/test/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2020-05-11 04:59:51 +0200
committerAllan McRae <allan@archlinux.org>2020-06-01 02:59:08 +0200
commit454ea024383eab60295e4c4fdf2c329475887b2c (patch)
tree5f3397782b3bb7e061770a63da5b7e34877f8193 /test/scripts/Makefile.am
parent8ce142a2552418f64a74e773f659d92b065d6209 (diff)
downloadpacman-454ea024383eab60295e4c4fdf2c329475887b2c.tar.gz
pacman-454ea024383eab60295e4c4fdf2c329475887b2c.tar.xz
Remove autotools support
This removes support for autotools in favour of meson.
Diffstat (limited to 'test/scripts/Makefile.am')
-rw-r--r--test/scripts/Makefile.am10
1 files changed, 0 insertions, 10 deletions
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)