From bdb15bce83579504144f9c93413ce0cf480192b0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 27 May 2008 10:45:56 +0200 Subject: perform gnulib tests first * Makefile.am (SUBDIRS): Make gnulib-tests precede testsuite. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eb6c61e..32b7c8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = lib libidu src lisp doc man testsuite po gnulib-tests +SUBDIRS = lib libidu src lisp doc man gnulib-tests testsuite po EXTRA_DIST = \ .prev-version \ .version \ -- cgit v1.2.3