comparison test/Makefile.am @ 14163:55d41048ea68 stable

update FCN_FILES list in test/Makefile.am * test/Makefile.am (FCN_FILES): Rename test_contin.m to test_line_contine.m in the list. Include test_index.m and test_logical_index.m in the list. Remove test_index-wfi-f.m, test_index-wfi-t.m, test_logical-wfi-f.m, test_logical-wfi-t.m from the list.
author John W. Eaton <jwe@octave.org>
date Fri, 06 Jan 2012 13:46:56 -0500
parents 72c96de7a403
children 8d1ae996c122
comparison
equal deleted inserted replaced
14161:f4b5a2f899d3 14163:55d41048ea68
21 include $(top_srcdir)/build-aux/common.mk 21 include $(top_srcdir)/build-aux/common.mk
22 22
23 FCN_FILES = \ 23 FCN_FILES = \
24 fntests.m \ 24 fntests.m \
25 test_args.m \ 25 test_args.m \
26 test_contin.m \
27 test_diag_perm.m \ 26 test_diag_perm.m \
28 test_error.m \ 27 test_error.m \
29 test_eval-catch.m \ 28 test_eval-catch.m \
30 test_for.m \ 29 test_for.m \
31 test_func.m \ 30 test_func.m \
32 test_global.m \ 31 test_global.m \
33 test_if.m \ 32 test_if.m \
34 test_index-wfi-f.m \ 33 test_index.m \
35 test_index-wfi-t.m \
36 test_io.m \ 34 test_io.m \
37 test_logical-wfi-f.m \ 35 test_line_continue.m \
38 test_logical-wfi-t.m \ 36 test_logical_index.m \
39 test_null_assign.m \ 37 test_null_assign.m \
40 test_parser.m \ 38 test_parser.m \
41 test_prefer.m \ 39 test_prefer.m \
42 test_range.m \ 40 test_range.m \
43 test_recursion.m \ 41 test_recursion.m \