From: Jens Axboe Date: Tue, 6 Nov 2012 20:54:30 +0000 (+0100) Subject: Fix t/ieee754 link X-Git-Tag: fio-2.0.11~28^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f98f3d076502dfd18a2d1b63443288cab356a983;p=fio.git Fix t/ieee754 link Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index fc3a795e..85da5132 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ T_SMALLOC_OBJS += mutex.o smalloc.o t/log.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_ZIPF_OBS = t/genzipf.o 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 };