Added test program

This commit is contained in:
ceriel
1990-12-04 16:40:21 +00:00
parent df975bc075
commit 24a8b613ae
2 changed files with 86 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ OBJ = flt_ar2flt.$(SUF) flt_div.$(SUF) flt_flt2ar.$(SUF) flt_modf.$(SUF) \
all: $(LIBFLT)
test: $(LIBFLT) test.c
$(CC) -o test test.c $(LIBFLT)
./test
$(CC) -o tst test.c $(LIBFLT)
./tst
$(LIBFLT): $(OBJ)
rm -f $(LIBFLT)