math: add random float generator to gen, make check work for ulp tests
[libc-test] / src / math / gen / Makefile
index 9c1a452..f3c3429 100644 (file)
@@ -2,7 +2,7 @@ CFLAGS=-I. -Wall -fno-builtin -ffloat-store -D_GNU_SOURCE
 U=mpfr
 T=$(wildcard t*.c)
 
-all: gen check mgen tof toa toe next prev
+all: gen check mgen tof toa toe next prev rnd
 
 #tx: tx.c $(U)/lib/libmpfr.a $(U)/lib/libgmp.a
 #      musl-gcc -o $@ $(CFLAGS) -I$(U)/include $^