view test/bug-46497/module.mk @ 25318:b328ff3ce0f7 stable

call delete method for handle class objects (bug #46497) * ov-classdef.cc (handle_cdef_object::handle_cdef_object): Call delete_object to ultimately invoke the delete method for the object. * test/bug-46497/bug-46497.tst, test/bug-46497/class_bug46497.m, test/bug-46497/module.mk: New files. * test/module.mk: Update.
author Piotr Held <pjheld@gmail.com>
date Thu, 02 Nov 2017 10:27:11 -0700
parents
children
line wrap: on
line source

bug_46497_TEST_FILES = \
  %reldir%/bug-46497.tst \
  %reldir%/class_bug46497.m

TEST_FILES += $(bug_46497_TEST_FILES)