view test/classdef-multiple-inheritance/module.mk @ 31161:6f4c8063b4c2 stable

GitHub-CI: Remove macos-10.15 runners from build matrix. * .github/workflow/make.yaml (macos): GitHub-hosted runners for macos-10.15 are being deprecated. Remove them from build matrix. See also: https://github.com/actions/virtual-environments/issues/5583
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 27 Jul 2022 18:30:15 +0200
parents 8308417aff1c
children
line wrap: on
line source

classdef_multiple_inheritance_TEST_FILES = \
  %reldir%/base_1.m \
  %reldir%/base_2.m \
  %reldir%/child_from_base_1.m \
  %reldir%/child_from_base_1_and_2.m \
  %reldir%/classdef-multiple-inheritance.tst

TEST_FILES += $(classdef_multiple_inheritance_TEST_FILES)