Skip to content

Commit ae12bb3

Browse files
authored
Merge pull request #9 from JHenneberg/master
updated README.md
2 parents 588b8d4 + 650d817 commit ae12bb3

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
Introduction
2-
============
1+
# Fortran Unit Test Library FUT
32

4-
This is a Fortran Unit Test library to encourage scientific programmer to write tests!
3+
### Overview
4+
This is a Fortran Unit Test library purely written in Fortran to encourage scientific programmer to write tests.
55

6-
Current example:
6+
### Installation
7+
A CMake-Setup is provided.
78

9+
### Example
10+
11+
demo.F90:
812
```
9-
! demo.F90
1013
program good_test
1114
1215
use unit_test
@@ -26,7 +29,6 @@ end program good_test
2629
```
2730

2831
Output:
29-
3032
```
3133
////////////// Report of Suite: Default test suite, Case: Test 1 ////////////////
3234
@@ -46,3 +48,17 @@ include_directories (${UNIT_TEST_INCLUDE_DIR})
4648
...
4749
target_link_libraries (<user target> fortran_unit_test ...)
4850
```
51+
52+
### Compiler Support
53+
54+
[![Compiler](https://img.shields.io/badge/GNU-not%20tested+-yellow.svg)]()
55+
[![Compiler](https://img.shields.io/badge/PGI-not%20tested-yellow.svg)]()
56+
[![Compiler](https://img.shields.io/badge/Intel-v17.0.2.187+-brightgreen.svg)]()
57+
[![Compiler](https://img.shields.io/badge/IBM%20XL-not%20tested-yellow.svg)]()
58+
[![Compiler](https://img.shields.io/badge/g95-not%20tested-yellow.svg)]()
59+
[![Compiler](https://img.shields.io/badge/NAG-not%20tested-yellow.svg)]()
60+
61+
### License
62+
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)]()
63+
64+
Go to [Top](#top)

0 commit comments

Comments
 (0)