Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Oct 18, 2024
1 parent e8a4b8a commit ca271a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,21 @@
Fortuno – flextensible unit testing framework for Fortran
*********************************************************

This repository is automatically deployed from the `Fortuno repository
<https://github.com/fortuno-repos/fortuno>`_. Please direct any pull requests,
issues, or other contributions to the primary repository.

**Fortuno** (Fortran Unit Testing Objects) is a flexible & extensible,
object-oriented unit testing framework designed for the Fortran programming
language. It emphasizes ease of use by minimizing boiler plate code when writing
tests, while also prioratizing modularity and extensibility. Fortuno provides
the essential building blocks to help developers create customized unit testing
solutions.

This repository is an automatically deployed version of the `Fortuno repository
<https://github.com/fortuno-repos/fortuno>`_ for projects built using the
`Fortran package manager (fpm) <https://fpm.fortran-lang.org/>`_. For projects
built with other systems like `CMake <https://cmake.org/>`_ or `Meson
<https://mesonbuild.com/>`_, you should refer to the `main Fortuno repository
This repository is an automatically deployed version for projects built using
the `Fortran package manager (fpm) <https://fpm.fortran-lang.org/>`_. For
projects built with other systems like `CMake <https://cmake.org/>`_ or `Meson
<https://mesonbuild.com/>`_, you should refer to the `primary Fortuno repository
<https://github.com/fortuno-repos/fortuno>`_.

If your project uses fpm, simply add one (and only one) of the following
Expand Down
2 changes: 1 addition & 1 deletion test/export/serial/fpm.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "fortuno-test-export"
name = "fortuno-export-test"
version = "0.0.0"
license = "BSD-2-Clause-Patent"
author = "Fortuno authors"
Expand Down

0 comments on commit ca271a2

Please sign in to comment.