From 84f43c6f173d057e1b47d2d5f3e4ce8663d0c86e Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 31 Mar 2012 16:02:08 -0700 Subject: [PATCH] Fixup link of t/ieee754 test Signed-off-by: Jens Axboe --- Makefile | 4 ++-- t/ieee754.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b7091bf7..185aedd1 100644 --- a/Makefile +++ b/Makefile @@ -73,11 +73,11 @@ GFIO_OBJS = $(OBJS) gfio.o graph.o tickmarks.o ghelpers.o goptions.o gerror.o \ gclient.o gcompat.o cairo_text_helpers.o printing.o T_SMALLOC_OBJS = t/stest.o -T_SMALLOC_OBJS += mutex.o smalloc.o t/log.o +T_SMALLOC_OBJS += mutex.o smalloc.o t/log.o gettime.o time.o T_SMALLOC_PROGS = t/stest T_IEEE_OBJS = t/ieee754.o -T_IEEE_OBJS += ieee754.o +T_IEEE_OBJS += lib/ieee754.o T_IEEE_PROGS = t/ieee754 T_OBJS = $(T_SMALLOC_OBJS) diff --git a/t/ieee754.c b/t/ieee754.c index afc25f3c..3898ab74 100644 --- a/t/ieee754.c +++ b/t/ieee754.c @@ -1,5 +1,5 @@ #include -#include "../ieee754.h" +#include "../lib/ieee754.h" static double values[] = { -17.23, 17.23, 123.4567, 98765.4321, 0.0 }; -- 2.25.1