cosmopolitan/test/libc/tinymath
Justine Tunney d36d0634db Add automatic TMPDIR setup/teardown to GNU Make
We now guarantee TMPDIR will be defined on a per build rule basis. It'll
be an absolute path. It'll be secure and unique. It'll be rm -rf'd after
the last shell script line in your build rule is executed. If $TMPDIR is
already defined, then it'll be created as a subdirectory of your $TMPDIR
and then replace the variable with the new definition. The Landlock Make
repository will be updated with examples shortly after this change which
shall be known as Landlock Make 1.1.1.

See #530
2022-08-14 02:03:41 -07:00
..
acos_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
acosh_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
asin_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
asinh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atan2_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atan2l_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
atan_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
atanh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atanl_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
cbrt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
ceil_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
complex_test.c Fix some more reported issues 2022-04-28 20:36:33 -07:00
copysign_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
cos_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
cosh_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
csqrt_test.c Fix some more reported issues 2022-04-28 20:36:33 -07:00
erf_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp2_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
exp2l_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp10_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
expm1_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
fabs_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
floor_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
fmod_test.c Add automatic TMPDIR setup/teardown to GNU Make 2022-08-14 02:03:41 -07:00
fsum_test.c Introduce fsum() 2021-06-11 16:49:30 -07:00
gamma_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
hypot_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
log1p_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
log2_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
log10_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
log_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00
logb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
measureentropy_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
round_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sin_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
sincos_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
sinh_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
sqrt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
strtod_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
tan_test.c Import more Musl math 2022-07-12 15:55:12 -07:00
tanh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
tgamma_test.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
trunc_test.c Use ARM's faster math functions on non-tiny builds 2022-07-11 18:34:10 -07:00