changeset 23048:7d0fb6175b9f

fix make dist target (bug #50057) * test/module.mk (TEST_FILES): Delete test/bug-50014.tst from the list. * test/bug-50014/module.mk (bug_50014_TEST_FILES): Update list.
author John W. Eaton <jwe@octave.org>
date Mon, 16 Jan 2017 09:55:43 -0500
parents 168a18a57fc2
children 6e9f4f6283b7
files test/bug-50014/module.mk test/module.mk
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/test/bug-50014/module.mk	Sun Jan 15 07:49:46 2017 -0800
+++ b/test/bug-50014/module.mk	Mon Jan 16 09:55:43 2017 -0500
@@ -7,10 +7,10 @@
   test/bug-50014/duplicate_parent_nested2.m \
   test/bug-50014/duplicate_parent_nested_function.m \
   test/bug-50014/duplicate_primary_nested_function.m \
+  test/bug-50014/duplicate_primary_subfunction.m \
   test/bug-50014/duplicate_primary_subfunction_old_syntax.m \
-  test/bug-50014/duplicate_primary_subfunction.m \
   test/bug-50014/duplicate_subfunction.m \
-  test/bug-50014/duplicate_subfunction_old_subfunctions.m \
+  test/bug-50014/duplicate_subfunction_old_syntax.m \
   test/bug-50014/duplicate_subfunction_separate_scope_ok.m
 
 TEST_FILES += $(bug_50014_TEST_FILES)
--- a/test/module.mk	Sun Jan 15 07:49:46 2017 -0800
+++ b/test/module.mk	Mon Jan 16 09:55:43 2017 -0500
@@ -12,7 +12,6 @@
   test/bug-38576.tst \
   test/bug-46330.tst \
   test/bug-49904.tst \
-  test/bug-50014.tst \
   test/colormaps.tst \
   test/command.tst \
   test/complex.tst \