view test/nest/module.mk @ 31239:dd6b37f67db2

Accept negative inputs to -2^63 for dec2bin and dec2hex (bug #63089) dec2bin.m: Accept negative inputs lower than -flintmax down to -2^63 Return 64-bit string in certain cases for Matlab compatibility Activate BISTs commented out earlier dec2hex.m: Remove repeated code and call dec2bin instead Accept negative inputs lower than -flintmax down to -2^63 Update and activate BISTs commented out earlier
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 25 Sep 2022 06:22:25 -0400
parents 4de13dc0eff2
children
line wrap: on
line source

nest_TEST_FILES = \
  %reldir%/arg_nest.m \
  %reldir%/arg_ret.m \
  %reldir%/bug_59989.m \
  %reldir%/counter.m \
  %reldir%/nest.tst \
  %reldir%/nest_eval.m \
  %reldir%/no_closure.m \
  %reldir%/nst1.m \
  %reldir%/nst2.m \
  %reldir%/nst3.m \
  %reldir%/persistent_nest.m \
  %reldir%/recursive_nest.m \
  %reldir%/recursive_nest2.m \
  %reldir%/recursive_nest3.m \
  %reldir%/scope0.m \
  %reldir%/scope1.m \
  %reldir%/scope2.m \
  %reldir%/scope3.m \
  %reldir%/script_nest.m \
  %reldir%/script_nest_2.m \
  %reldir%/script_nest_script.m \
  %reldir%/script_nest_script_2.m \
  %reldir%/varg_nest.m \
  %reldir%/varg_nest2.m

TEST_FILES += $(nest_TEST_FILES)