[pacman-dev] [PATCH] pactest: explicitly list known tests

Jeremy Heiner scalaprotractor at gmail.com
Tue Dec 24 19:44:02 EST 2013


Dave Reisner <dreisner at archlinux.org> wrote:
> +%.py: %.py.in
> +       $(AM_V_GEN)test -f $(srcdir)/$@.in && m4 -P -I $(srcdir) $(srcdir)/$@.py.in | $(edit) >$@.py

Hi Dave!

I think it might be easier to replace that clause, and the following
'edit=' and '$(CONFTESTS): Makefile' clauses with a single line in
configure.ac adding sync200.py to AC_CONFIG_FILES. In fact, we could
also get rid of the CONFTESTS wildcard since there are not likely to
be more than 1 or 2 and explicitly listing them in configure.ac is
"the autoconf way".

Merry Christmas, everyone!
Jeremy


More information about the pacman-dev mailing list