aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-abs.c
AgeCommit message (Collapse)Author
2023-05-16stdlib: Add testcases for abs(). (BZ #30263)Joe Simmons-Talbott
Test minimum and maximum int values, zero, and part of the range of int values. Use '-fno-builtin' to ensure we are testing the implementation. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>