Skip to content

ladislavmeri/ftest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftest

Very minimalistic Fortran unit testing

Build & Test

$ git clone https://github.com/ladislavmeri/ftest.git
$ cd ftest
$ make
$ make test
$ make install

You can find the library in the ./lib/libftest.a and the .mod file in the ./mod/mod_ftest.mod after the build. The make install command will try to copy the library to the $HOME/.local/lib directory and the .mod file to the $HOME/.local/include directory. You can change the install directories by editing the INSTALL_PREFIX variable in the makefile.

About

Very minimalistic Fortran testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published