view test/ctor-vs-method/module.mk @ 21189:47765afaf131

style fixes for oct-conf-post.in.h * oct-conf-post.in.h: Use C-style comments for config file. Indent preprocessor blocks. Use "if defined" consistently instead of ifdef.
author John W. Eaton <jwe@octave.org>
date Thu, 04 Feb 2016 00:40:14 -0500
parents 85b287475196
children 1f3475e2e136
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)