annotate modules/xstrtoumax-tests @ 13174:371266bf04b6

xstrtoumax-tests: convert to use init.sh * modules/xstrtoumax-tests (Files): Add tests/init.sh. * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_. Use Exit, not exit. Remove uses of $EXEEXT and "./" to run a program in the current dir.
author Jim Meyering <meyering@redhat.com>
date Mon, 05 Apr 2010 19:30:38 +0200
parents 03aab12b3f15
children 928411ca75b9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9141
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
13174
371266bf04b6 xstrtoumax-tests: convert to use init.sh
Jim Meyering <meyering@redhat.com>
parents: 12775
diff changeset
2 tests/init.sh
9141
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
3 tests/test-xstrtoumax.c
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4 tests/test-xstrtoumax.sh
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 Depends-on:
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
8 configure.ac:
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 Makefile.am:
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11 TESTS += test-xstrtoumax.sh
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 check_PROGRAMS += test-xstrtoumax
2f9763090486 Move xstrtol messages into gnulib domain, when --pobase is used.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 test_xstrtoumax_LDADD = $(LDADD) @LIBINTL@