# HG changeset patch # User John W. Eaton # Date 1325875616 18000 # Node ID 55d41048ea6821154ff3f9ba9e63f51286a20071 # Parent f4b5a2f899d38e4c9406cd7aa4b67d24270a4341 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. diff -r f4b5a2f899d3 -r 55d41048ea68 test/Makefile.am --- a/test/Makefile.am Fri Jan 06 12:43:07 2012 -0500 +++ b/test/Makefile.am Fri Jan 06 13:46:56 2012 -0500 @@ -23,7 +23,6 @@ FCN_FILES = \ fntests.m \ test_args.m \ - test_contin.m \ test_diag_perm.m \ test_error.m \ test_eval-catch.m \ @@ -31,11 +30,10 @@ test_func.m \ test_global.m \ test_if.m \ - test_index-wfi-f.m \ - test_index-wfi-t.m \ + test_index.m \ test_io.m \ - test_logical-wfi-f.m \ - test_logical-wfi-t.m \ + test_line_continue.m \ + test_logical_index.m \ test_null_assign.m \ test_parser.m \ test_prefer.m \