view test/classdef-multiple-inheritance/module.mk @ 31198:863730dd0f83 stable

nextpow2: Fix for input between 0.5 and 1 (bug #62947). * scripts/general/nextpow2.m: Switch to a naïve implementation using log2 with a single output argument and ceil.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 24 Aug 2022 17:15:34 +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)