view test/private-functions/module.mk @ 31198:863730dd0f83 stable

nextpow2: Fix for input between 0.5 and 1 (bug #62947). * scripts/general/nextpow2.m: Switch to a naïve implementation using log2 with a single output argument and ceil.
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 24 Aug 2022 17:15:34 +0200
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)