view test/ctor-vs-method/module.mk @ 28240:2fb684dc2ec2

axis.m: Implement "fill" option for Matlab compatibility. * axis.m: Document that "fill" is a synonym for "normal". Place "vis3d" option in documentation table for modes which affect aspect ratio. Add strcmpi (opt, "fill") to decode opt and executed the same behavior as "normal".
author Rik <rik@octave.org>
date Fri, 24 Apr 2020 13:16:09 -0700
parents 8308417aff1c
children
line wrap: on
line source

ctor_vs_method_TEST_FILES = \
  %reldir%/@derived/derived.m \
  %reldir%/@derived/parent.m \
  %reldir%/@other/other.m \
  %reldir%/@other/parent.m \
  %reldir%/@parent/method.m \
  %reldir%/@parent/parent.m \
  %reldir%/__trace__.m \
  %reldir%/ctor-vs-method.tst

TEST_FILES += $(ctor_vs_method_TEST_FILES)