Move variant pools to their own compile unit.

This commit is contained in:
Lukas Tenbrink 2026-02-20 17:06:11 +01:00
parent be587f3a2d
commit e9465cd380
11 changed files with 197 additions and 52 deletions

View file

@ -28,6 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/**************************************************************************/
#include "core/math/math_funcs_binary.h"
#include "tests/test_macros.h"
TEST_FORCE_LINK(test_math_funcs)