d3937f3b37
This changeset includes libfputils from revision bbf0d61d75. This library can be used to convert to and from 80-bit floats and query the type of an 80-bit float, which is needed to support the x87 FPU.
13 lines
326 B
Makefile
13 lines
326 B
Makefile
|
|
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
|
|
$(top_srcdir)/tap-driver.sh
|
|
|
|
LIBS=-lm $(top_builddir)/.libs/libfputils.la libtest.a
|
|
|
|
FP80_TESTS=fp80_cvtd fp80_cvfd fp80_cvtf
|
|
TESTS=$(FP80_TESTS)
|
|
|
|
check_LIBRARIES=libtest.a
|
|
check_PROGRAMS=$(FP80_TESTS)
|
|
|
|
libtest_a_SOURCES=test_helper.c test_helper.h
|