From: Jens Axboe Date: Sat, 31 Mar 2012 23:02:08 +0000 (-0700) Subject: Fixup link of t/ieee754 test X-Git-Tag: gfio-0.1~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=84f43c6f173d057e1b47d2d5f3e4ce8663d0c86e;p=fio.git Fixup link of t/ieee754 test Signed-off-by: Jens Axboe --- 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 };