comparison test/nest/module.mk @ 20347:85b287475196

use nested module.mk include files for test subdirectories * test/bug-35448/module.mk, test/bug-36025/module.mk, test/bug-38236/module.mk, test/bug-38691/module.mk, test/bug-44940/module.mk, test/class-concat/module.mk, test/classdef/module.mk, test/classes/module.mk, test/ctor-vs-method/module.mk, test/fcn-handle-derived-resolution/module.mk, test/nest/module.mk: New files. * test/module.mk: Include them.
author John W. Eaton <jwe@octave.org>
date Tue, 07 Jul 2015 15:18:36 -0400
parents
children
comparison
equal deleted inserted replaced
20346:3373f2f760bc 20347:85b287475196
1 nest_fcn_files = \
2 test/nest/arg_nest.m \
3 test/nest/arg_ret.m \
4 test/nest/nest_eval.m \
5 test/nest/no_closure.m \
6 test/nest/persistent_nest.m \
7 test/nest/recursive_nest.m \
8 test/nest/recursive_nest2.m \
9 test/nest/recursive_nest3.m \
10 test/nest/scope0.m \
11 test/nest/scope1.m \
12 test/nest/scope2.m \
13 test/nest/scope3.m \
14 test/nest/script_nest.m \
15 test/nest/script_nest_script.m \
16 test/nest/nest.tst \
17 test/nest/varg_nest.m \
18 test/nest/varg_nest2.m
19
20 TEST_FILES += $(nest_TEST_FILES)