changeset 25777:cf2914e29d93

build: include bug-49379 files in the source distribution * test/bug-49379/module.mk (bug_49379_TEST_FILES): Include correct file name in the list. (TEST_FILES): Include $(bug_49379_TEST_FILES) in the list.
author Mike Miller <mtmiller@octave.org>
date Sun, 12 Aug 2018 16:28:13 -0700
parents 59614940ace2
children 4e658452f6c7
files test/bug-49379/module.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/bug-49379/module.mk	Sun Aug 12 10:04:12 2018 -0400
+++ b/test/bug-49379/module.mk	Sun Aug 12 16:28:13 2018 -0700
@@ -1,3 +1,5 @@
 bug_49379_TEST_FILES = \
   %reldir%/bug-49379.tst \
-  %reldir%/class_bug49379.tst
+  %reldir%/class_bug49379.m
+
+TEST_FILES += $(bug_49379_TEST_FILES)