view test/ctor-vs-method/module.mk @ 20614:10ec79b47808

use new string_value method to handle value extraction errors * __voronoi__.cc, chol.cc, colamd.cc, fftw.cc: Use new string_value method.
author John W. Eaton <jwe@octave.org>
date Thu, 08 Oct 2015 18:15:56 -0400
parents 85b287475196
children
line wrap: on
line source

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

TEST_FILES += $(ctor_vs_method_TEST_FILES)