changeset 23192:d222db279c21 stable

maint: add classdef test files from cset 194481349d22 (bug #49819) * test/classdef/module.mk: Running the installed test suite results in three test failures, due to the missing files. Testing from the building directory was not affected.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 17 Feb 2017 17:24:28 +0100
parents 0c9195baea1a
children 94f04d8172eb c897282f1ec8
files test/classdef/module.mk
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/classdef/module.mk	Thu Feb 16 10:08:39 2017 +0100
+++ b/test/classdef/module.mk	Fri Feb 17 17:24:28 2017 +0100
@@ -2,6 +2,9 @@
   test/classdef/foo_method_changes_property_size.m \
   test/classdef/foo_static_method_constant_property.m \
   test/classdef/foo_value_class.m \
-  test/classdef/classdef.tst
+  test/classdef/classdef.tst \
+  test/classdef/plist_t1.m \
+  test/classdef/plist_t2.m \
+  test/classdef/plist_t3.m
 
 TEST_FILES += $(classdef_TEST_FILES)