ftp.nice.ch/pub/next/developer/hardware/m68k/libFPSP.1.p2.N.s.tar.gz#/test/runtest.sh

This is runtest.sh in view mode; [Download] [Up]

#!/bin/sh

#
# Sanity check
# Make sure the `fpsp' routines do pretty much the same as the `next' ones.
#
next_fptest -v -n 400 >n
fpsp_fptest -v -n 400 >f

#
# Speed check
#
next_fptest -n 30007 >>n
fpsp_fptest -n 30007 >>f

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.