view test/fcn-handle-derived-resolution/module.mk @ 17296:3a9efb68272d ss-3-7-6

snapshot 3.7.6 * configure.ac (OCTAVE_VERSION): Bump to 3.7.6.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Aug 2013 15:17:54 -0400
parents 1af8d21608b7
children 68fc31c69fcb
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)