# HG changeset patch # User Mike Miller # Date 1474493150 25200 # Node ID e358bff1c0f2e417e65e83c3e4ee7bd08e2ffb76 # Parent 88377b002a017dd22a6474e3e7e0ce1d77538a5c Install publish.tst fixed test script (bug #49151) * test/publish/module.mk (publish_TEST_FILES): Include publish.tst and sort the list. diff -r 88377b002a01 -r e358bff1c0f2 test/publish/module.mk --- 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)