gem5/ext/fputils/tests/Makefile.am
Andreas Sandberg d3937f3b37 ext: Include libfputils
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.
2013-09-30 09:40:26 +02:00

14 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