changeset 22525:e358bff1c0f2

Install publish.tst fixed test script (bug #49151) * test/publish/module.mk (publish_TEST_FILES): Include publish.tst and sort the list.
author Mike Miller <mtmiller@octave.org>
date Wed, 21 Sep 2016 14:25:50 -0700
parents 88377b002a01
children 027ac2c5d574
files test/publish/module.mk
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/publish/module.mk	Wed Sep 21 21:38:36 2016 +0200
+++ b/test/publish/module.mk	Wed Sep 21 14:25:50 2016 -0700
@@ -1,8 +1,9 @@
 publish_TEST_FILES = \
+  test/publish/publish.tst \
+  test/publish/test_script.m \
   test/publish/test_script_code_only.m \
   test/publish/test_script_empty.m \
   test/publish/test_script_example.m \
-  test/publish/test_script_head_only.m \
-  test/publish/test_script.m
+  test/publish/test_script_head_only.m
 
 TEST_FILES += $(publish_TEST_FILES)