view test/fcn-handle-derived-resolution/module.mk @ 17421:3cf4250cc67e

Hack a fix for changing initial window sizes (bug #39988). * scripts/plot/private/__add_default_menu__.m: Call drawnow() only after at least one uimenu has been added to menubar.
author Rik <rik@octave.org>
date Tue, 10 Sep 2013 09:22:45 -0700
parents 1af8d21608b7
children
line wrap: on
line source

fcn_handle_derived_resolution_FCN_FILES = \
  fcn-handle-derived-resolution/@derived/derived.m \
  fcn-handle-derived-resolution/@other/getsize_arrayfun.m \
  fcn-handle-derived-resolution/@other/getsize_cellfun.m \
  fcn-handle-derived-resolution/@other/getsize_loop.m \
  fcn-handle-derived-resolution/@other/other.m \
  fcn-handle-derived-resolution/@parent/numel.m \
  fcn-handle-derived-resolution/@parent/parent.m \
  fcn-handle-derived-resolution/fcn-handle-derived-resolution.tst

FCN_FILES += $(fcn_handle_derived_resolution_FCN_FILES)