From a8e66080d516e2ea47062e49946630c650407187 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 6 Nov 2008 00:09:33 -0800 Subject: [PATCH] Add command line script which runs the GSL factor tests --- bin/factor/run-gsl-tests | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/factor/run-gsl-tests diff --git a/bin/factor/run-gsl-tests b/bin/factor/run-gsl-tests new file mode 100755 index 0000000..edd167a --- /dev/null +++ b/bin/factor/run-gsl-tests @@ -0,0 +1,5 @@ +#! /Users/leto/git/factor/factor -script + +USING: gsl gsl.sf.result gsl.sf.bessel gsl.sf.log kernel tools.test ; + +"gsl.sf" test