|
Graph Framework
|
Test for fortran bindings. More...
Functions/Subroutines | |
| program | f_binding_test |
| Main test program. | |
| subroutine | assert (test, message) |
| Assert check. | |
| subroutine | run_test_float (use_safe_math) |
| Run float tests. | |
| subroutine | run_test_complex_float (use_safe_math) |
| Run complex float tests. | |
| subroutine | run_test_complex_double (use_safe_math) |
| Run double tests. | |
Test for fortran bindings.
| subroutine assert | ( | logical, intent(in) | test, |
| character(len=*) | message | ||
| ) |
Assert check.
If the assert check does not pass write error to standard error and exit.
| [in] | test | The check test. |
| [in] | message | Message to report if check fails. |
| subroutine run_test_complex_double | ( | logical(c_bool), intent(in) | use_safe_math | ) |
Run double tests.
| [in] | use_safe_math | Use safe math. |
| subroutine run_test_complex_float | ( | logical(c_bool), intent(in) | use_safe_math | ) |
Run complex float tests.
| [in] | use_safe_math | Use safe math. |
| subroutine run_test_float | ( | logical(c_bool), intent(in) | use_safe_math | ) |
Run float tests.
| [in] | use_safe_math | Use safe math. |