view test/bug-36025/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 9f05f5afff45
children
line wrap: on
line source

bug_36025_TEST_FILES = \
  %reldir%/@testclass/one.m \
  %reldir%/@testclass/testclass.m \
  %reldir%/@testclass/two.m \
  %reldir%/bug-36025.tst

TEST_FILES += $(bug_36025_TEST_FILES)