Write a test cases for Fortran code

  • Follow


Hi
 Can anyone tell me a toolkit to create a test case for
subroutine/functions written in Fortran, it's best if I can use it
with emacs. I hope there is  something similar to PerlNow mode in
emacs.

Thanks,
Tuan

Comp.Biology and Bioinformatics, GMU
0
Reply hoangtrongminhtuan (17) 7/22/2009 6:21:06 PM

bio_amateur wrote:
> Hi

Hi.

>  Can anyone tell me a toolkit to create a test case for
> subroutine/functions written in Fortran, it's best if I can use it
> with emacs. I hope there is  something similar to PerlNow mode in
> emacs.

There are a few choices -- see wikipedia:

  http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#Fortran

I know we used to have an emacs minor mode for fUnit, but I don't
recall if it is in the current distribution.

Regards,
--
Bil Kleb
http://twitter.com/bil_kleb
0
Reply Bil.Kleb (900) 7/22/2009 6:51:18 PM


On Jul 22, 2:51=A0pm, Bil Kleb <Bil.K...@nasa.gov> wrote:
> bio_amateur wrote:
> > Hi
>
> Hi.
>
> > =A0Can anyone tell me a toolkit to create a test case for
> > subroutine/functions written in Fortran, it's best if I can use it
> > with emacs. I hope there is =A0something similar to PerlNow mode in
> > emacs.
>
> There are a few choices -- see wikipedia:
>
> =A0http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#Fortran
>
> I know we used to have an emacs minor mode for fUnit, but I don't
> recall if it is in the current distribution.
>
> Regards,
> --
> Bil Klebhttp://twitter.com/bil_kleb

Thanks Bil for your information. I couldn't find out a funit minor
mode; yet there is something with funit testing framework from here:
http://nasarb.rubyforge.org/funit/

Tuan
0
Reply hoangtrongminhtuan (17) 7/23/2009 3:34:47 PM

bio_amateur wrote:
> 
> Thanks Bil for your information. I couldn't find out a funit minor
> mode; yet there is something with funit testing framework from here:
> http://nasarb.rubyforge.org/funit/

The current release of FUnit does have some emacs modes in the
utils directory, e.g.,

   % ls /usr/local/lib/ruby/gems/1.8/gems/funit-0.10.2/utils/
   errorFinder.el         funit-generic-mode.el  funit-mode.el

Regards,
--
Bil Kleb
http://fun3d.larc.nasa.gov
http://twitter.com/bil_kleb
0
Reply Bil.Kleb (900) 7/23/2009 11:37:05 PM

3 Replies
40 Views

(page loaded in 0.092 seconds)

Similiar Articles:













7/22/2012 7:08:37 PM


Reply: