annotate test/bug-46660/module.mk @ 31225:3eab70385569

sparse-xpow.cc: Use faster multiplication technique, this time for complex
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 11 Sep 2022 13:53:38 -0400
parents 9f05f5afff45
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23345
0b6810085ed3 Altering class member of object array modifies other class members (bug #46660).
Lachlan Andrew <lachlanbis@gmail.com>
parents:
diff changeset
1 bug_46660_TEST_FILES = \
23852
9f05f5afff45 maint: sort lists of files in test makefile snippets
Mike Miller <mtmiller@octave.org>
parents: 23495
diff changeset
2 %reldir%/bug-46660.tst \
9f05f5afff45 maint: sort lists of files in test makefile snippets
Mike Miller <mtmiller@octave.org>
parents: 23495
diff changeset
3 %reldir%/class_bug46660.m
23345
0b6810085ed3 Altering class member of object array modifies other class members (bug #46660).
Lachlan Andrew <lachlanbis@gmail.com>
parents:
diff changeset
4
0b6810085ed3 Altering class member of object array modifies other class members (bug #46660).
Lachlan Andrew <lachlanbis@gmail.com>
parents:
diff changeset
5 TEST_FILES += $(bug_46660_TEST_FILES)