Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ list(APPEND tests
issue301_complex_types
issue302_pointer_warning
issue305_multiple_abstract_interfaces
issue306_allocatable_realloc
issue307_logical_array
issue32
issue41_abstract_classes
Expand Down
21 changes: 1 addition & 20 deletions examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,8 @@ DIRECTC ?= no
# Examples with known Direct-C limitations (expected to fail in DIRECTC=yes mode)
# These are NOT skipped - they run and failures are allowed only in Direct-C mode
DIRECTC_EXPECTED_FAILURES = \
arrays \
arrays_in_derived_types_issue50 \
default_i8 \
derivedtypes \
derivedtypes_procedure \
dump_package \
fixed_1D_derived_type_array_argument \
fortran_oo \
issue235_allocatable_classes \
issue261_array_shapes \
issue301_complex_types \
issue302_pointer_warning \
issue306_allocatable_realloc \
issue41_abstract_classes \
keep_single_interface \
keyword_renaming_issue160 \
long_subroutine_name \
method_optional \
mockderivetype \
strings \
callback_print_function_issue93
keep_single_interface

all: test

Expand Down
Loading