view test/ctor-vs-method/module.mk @ 20613:647db46ad754

eliminate more simple uses of error_state * audioread.cc: Eliminate simple uses of error_state.
author John W. Eaton <jwe@octave.org>
date Thu, 08 Oct 2015 17:41:21 -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)