Fixup link of t/ieee754 test
authorJens Axboe <axboe@kernel.dk>
Sat, 31 Mar 2012 23:02:08 +0000 (16:02 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 31 Mar 2012 23:02:08 +0000 (16:02 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
t/ieee754.c

index b7091bf74ef54013dce7e63ad6a0ef64bef2f730..185aedd1cb5abd6c266ed7f9a51ec9fd1c4d37ec 100644 (file)
--- 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)
index afc25f3cf0122336bac03330e45a14b5b24c72b8..3898ab74c1afe5b65834c3500bda72d730d20df3 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdio.h>
-#include "../ieee754.h"
+#include "../lib/ieee754.h"
 
 static double values[] = { -17.23, 17.23, 123.4567, 98765.4321, 0.0 };