summaryrefslogtreecommitdiff
path: root/tests/check.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-25 11:34:14 +0200
committerJim Meyering <meyering@redhat.com>2008-10-26 10:45:34 +0100
commitb4ec994b26662f890da855c8a1914aff4d2d3faa (patch)
treefe9cdfb4ce1417151b838cf52ee140fdb3447cba /tests/check.mk
parent2bf151cd937dd44f00bc7249d5d8d95e9a34f207 (diff)
downloadcoreutils-b4ec994b26662f890da855c8a1914aff4d2d3faa.tar.xz
tests: seq: check for today's extended long double fix
* tests/misc/seq-long-double: New file. Test for today's bug fix. * tests/check.mk (TESTS_ENVIRONMENT): Export CC definition. * tests/Makefile.am (TESTS): Add misc/seq-long-double. * NEWS (Bug fixes): Mention it.
Diffstat (limited to 'tests/check.mk')
-rw-r--r--tests/check.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check.mk b/tests/check.mk
index 0361d0c41..527e50581 100644
--- a/tests/check.mk
+++ b/tests/check.mk
@@ -80,6 +80,7 @@ TESTS_ENVIRONMENT = \
top_srcdir='$(top_srcdir)' \
CONFIG_HEADER='$(abs_top_builddir)/lib/config.h' \
CU_TEST_NAME=`basename '$(abs_srcdir)'`,$$tst \
+ CC='$(CC)' \
AWK='$(AWK)' \
EGREP='$(EGREP)' \
EXEEXT='$(EXEEXT)' \