view test/classes/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

class_Blork_TEST_FILES = \
  test/classes/@Blork/Blork.m \
  test/classes/@Blork/bleek.m \
  test/classes/@Blork/display.m \
  test/classes/@Blork/get.m \
  test/classes/@Blork/set.m

class_Cork_TEST_FILES = \
  test/classes/@Cork/Cork.m \
  test/classes/@Cork/click.m \
  test/classes/@Cork/display.m \
  test/classes/@Cork/get.m \
  test/classes/@Cork/set.m

class_Dork_TEST_FILES = \
  test/classes/@Dork/Dork.m \
  test/classes/@Dork/bling.m \
  test/classes/@Dork/display.m \
  test/classes/@Dork/gack.m \
  test/classes/@Dork/get.m \
  test/classes/@Dork/getStash.m \
  test/classes/@Dork/private/myStash.m \
  test/classes/@Dork/set.m

class_Gork_TEST_FILES = \
  test/classes/@Gork/Gork.m \
  test/classes/@Gork/cork.m \
  test/classes/@Gork/display.m \
  test/classes/@Gork/gark.m \
  test/classes/@Gork/get.m \
  test/classes/@Gork/set.m \
  test/classes/@Gork/subsasgn.m \
  test/classes/@Gork/subsref.m

class_Pork_TEST_FILES = \
  test/classes/@Pork/Pork.m \
  test/classes/@Pork/bling.m \
  test/classes/@Pork/display.m \
  test/classes/@Pork/get.m \
  test/classes/@Pork/gurk.m \
  test/classes/@Pork/private/myStash.m \
  test/classes/@Pork/set.m

class_Sneetch_TEST_FILES = \
  test/classes/@Sneetch/Sneetch.m \
  test/classes/@Sneetch/display.m

class_Snork_TEST_FILES = \
  test/classes/@Snork/Snork.m \
  test/classes/@Snork/cack.m \
  test/classes/@Snork/display.m \
  test/classes/@Snork/double.m \
  test/classes/@Snork/end.m \
  test/classes/@Snork/eq.m \
  test/classes/@Snork/ge.m \
  test/classes/@Snork/get.m \
  test/classes/@Snork/getStash.m \
  test/classes/@Snork/gick.m \
  test/classes/@Snork/gt.m \
  test/classes/@Snork/horzcat.m \
  test/classes/@Snork/ldivide.m \
  test/classes/@Snork/le.m \
  test/classes/@Snork/loadobj.m \
  test/classes/@Snork/lt.m \
  test/classes/@Snork/minus.m \
  test/classes/@Snork/mldivide.m \
  test/classes/@Snork/mpower.m \
  test/classes/@Snork/mrdivide.m \
  test/classes/@Snork/mtimes.m \
  test/classes/@Snork/ne.m \
  test/classes/@Snork/plus.m \
  test/classes/@Snork/power.m \
  test/classes/@Snork/private/myStash.m \
  test/classes/@Snork/rdivide.m \
  test/classes/@Snork/saveobj.m \
  test/classes/@Snork/set.m \
  test/classes/@Snork/subsasgn.m \
  test/classes/@Snork/subsindex.m \
  test/classes/@Snork/subsref.m \
  test/classes/@Snork/tattack.m \
  test/classes/@Snork/times.m \
  test/classes/@Snork/uminus.m \
  test/classes/@Snork/uplus.m \
  test/classes/@Snork/vertcat.m

class_Spork_TEST_FILES = \
  test/classes/@Spork/Spork.m \
  test/classes/@Spork/cack.m \
  test/classes/@Spork/display.m \
  test/classes/@Spork/geek.m \
  test/classes/@Spork/get.m \
  test/classes/@Spork/getStash.m \
  test/classes/@Spork/loadobj.m \
  test/classes/@Spork/private/myStash.m \
  test/classes/@Spork/saveobj.m \
  test/classes/@Spork/set.m

class_CPrecedenceTester1_TEST_FILES = \
  test/classes/@CPrecedenceTester1/CPrecedenceTester1.m \
  test/classes/@CPrecedenceTester1/tattack.m

class_CPrecedenceTester2_TEST_FILES = \
  test/classes/@CPrecedenceTester2/CPrecedenceTester2.m \
  test/classes/@CPrecedenceTester2/tattack.m

class_CPrecedenceTester3_TEST_FILES = \
  test/classes/@CPrecedenceTester3/CPrecedenceTester3.m \
  test/classes/@CPrecedenceTester3/tattack.m

classes_TEST_FILES = \
  $(class_Blork_TEST_FILES) \
  $(class_Cork_TEST_FILES) \
  $(class_Dork_TEST_FILES) \
  $(class_Gork_TEST_FILES) \
  $(class_Pork_TEST_FILES) \
  $(class_Sneetch_TEST_FILES) \
  $(class_Snork_TEST_FILES) \
  $(class_Spork_TEST_FILES) \
  $(class_CPrecedenceTester1_TEST_FILES) \
  $(class_CPrecedenceTester2_TEST_FILES) \
  $(class_CPrecedenceTester3_TEST_FILES) \
  test/classes/classes.tst

TEST_FILES += $(classes_TEST_FILES)