From 8a202945732e3e41af588eeb28df191b8b916ad4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Nov 2010 12:18:42 +0100 Subject: tests: extract t-lib.sh functions for use via init.sh Currently there are three test frameworks in use: - test-lib.sh: old, don't use this framework any more; I found it too hard to use and debug. - t-lib.sh: newer, I had converted most tests to use this - init.sh: newest: successor of t-lib.sh, the master copy of which now resides in gnulib. All new tests should use this framework. * tests/t-lib-helpers.sh: New file, extracted from t-lib.sh, so that init.cfg can source these functions, too. * tests/t-lib.sh: Source it. * tests/init.cfg: Source it from here, too. * tests/Makefile.am (EXTRA_DIST): Add t-lib-helpers.sh. --- gnulib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib') diff --git a/gnulib b/gnulib index e9e556f..db37bb3 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit e9e556f53c74014cb122e8c7fd0405f40f7c9acb +Subproject commit db37bb3e918ce69fd0bf5e45752edd07f49ae07d -- cgit v1.2.1