From dc5d68a4bcdcfe225d55109393729e2d9f808251 Mon Sep 17 00:00:00 2001 From: Christopher Albert Date: Thu, 28 Nov 2024 22:49:00 +0100 Subject: [PATCH] Add issues to example Makefile --- examples/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index a3cac481..4b7d809a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,7 +25,10 @@ EXAMPLES = arrayderivedtypes \ derivedtypes_procedure \ optional_string \ long_subroutine_name \ - kind_map_default + kind_map_default \ + issue206_subroutine_oldstyle \ + issue227_allocatable \ + issue235_allocatable_classes PYTHON = python