loki.backend.tests.test_fgen
Functions
|
|
|
Test correct formatting of data declaration statements |
|
|
|
Test correct handling of linebreaks for LiteralList expression nodes |
|
Test correct code generation for procedure pointers |
|
Make sure the SAVE attribute on declarations is preserved (#164) |
|
Test correct formatting of an inline |
|
Test correct formatting of an inline |
- test_fgen_literal_list_linebreak(frontend, tmp_path)
Test correct handling of linebreaks for LiteralList expression nodes
- test_character_list_linebreak(frontend, tmp_path)
- test_fgen_data_stmt(frontend)
Test correct formatting of data declaration statements
- test_multiline_inline_conditional(frontend)
Test correct formatting of an inline
Conditional
that contains a multi-lineCallStatement
.
- test_multiline_inline_conditional_long(frontend)
Test correct formatting of an inline
Conditional
that that creates a particularly long line.
- test_fgen_save_attribute(frontend, tmp_path)
Make sure the SAVE attribute on declarations is preserved (#164)
- test_fgen_external_procedure(frontend, external_decl, body)
- test_fgen_procedure_pointer(frontend, use_module, tmp_path)
Test correct code generation for procedure pointers
This was reported in #393