File tree Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change 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
1013program good_test
1114
1215 use unit_test
@@ -26,7 +29,6 @@ end program good_test
2629```
2730
2831Output:
29-
3032```
3133////////////// Report of Suite: Default test suite, Case: Test 1 ////////////////
3234
@@ -46,3 +48,17 @@ include_directories (${UNIT_TEST_INCLUDE_DIR})
4648...
4749target_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 )
You can’t perform that action at this time.
0 commit comments