view test/private-functions/module.mk @ 31234:a1318deb4584

sparse-xpow.cc: Improve consistency between sparse and full matrices (bug #63080) sparse-xpow.cc: Return 0x0 matrix for empty inputs of all sizes. Return early for all-zeros matrix with positive power. Add FIXME for all-zeros matrix with negative power. Add BISTs.
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 20 Sep 2022 09:00:02 -0400
parents 7a45100a40c4
children
line wrap: on
line source

private_functions_TEST_FILES = \
  %reldir%/fcn.m \
  %reldir%/private-functions.tst \
  %reldir%/private/ascript.m \
  %reldir%/private/bscript.m \
  %reldir%/private/pfcn1.m \
  %reldir%/private/pfcn2.m

TEST_FILES += $(private_functions_TEST_FILES)