mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
math: Add support for auto static math tests
It basically copy the already in place rules for dynamic tests for auto-generated math functions for all support types. To avoid the need to duplicate .inc files, a .SECONDEXPANSION rules is adeed for the gen-libm-test.py generation. New tests are added on the new rules 'libm-test-funcs-auto-static', 'libm-test-funcs-noauto-static', and 'libm-test-funcs-narrow-static'; similar to the non-static counterparts. To avoid add extra build and disk requirement, the new math static tests are only enable with a new define 'build-math-static-tests'. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
1
math/test-float64-static.h
Normal file
1
math/test-float64-static.h
Normal file
@@ -0,0 +1 @@
|
||||
#include "test-float64.h"
|
Reference in New Issue
Block a user