Skip to content

Commit efa7cf5

Browse files
committed
Sync and remove remaining libc.include.math in tests.
1 parent 67c7627 commit efa7cf5

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

libc/test/src/math/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ add_fp_unittest(
573573
exp_test.cpp
574574
DEPENDS
575575
libc.src.errno.errno
576-
libc.include.math
577576
libc.src.math.exp
578577
libc.src.__support.FPUtil.fp_bits
579578
)
@@ -600,7 +599,6 @@ add_fp_unittest(
600599
exp2_test.cpp
601600
DEPENDS
602601
libc.src.errno.errno
603-
libc.include.math
604602
libc.src.math.exp2
605603
libc.src.__support.FPUtil.fp_bits
606604
)
@@ -613,7 +611,6 @@ add_fp_unittest(
613611
SRCS
614612
exp2m1f_test.cpp
615613
DEPENDS
616-
libc.include.llvm-libc-macros.math_macros
617614
libc.src.errno.errno
618615
libc.src.math.exp2m1f
619616
libc.src.__support.CPP.array
@@ -642,7 +639,6 @@ add_fp_unittest(
642639
exp10_test.cpp
643640
DEPENDS
644641
libc.src.errno.errno
645-
libc.include.math
646642
libc.src.math.exp10
647643
libc.src.__support.FPUtil.fp_bits
648644
)
@@ -1293,7 +1289,6 @@ add_fp_unittest(
12931289
expm1_test.cpp
12941290
DEPENDS
12951291
libc.src.errno.errno
1296-
libc.include.math
12971292
libc.src.math.expm1
12981293
libc.src.__support.FPUtil.fp_bits
12991294
)
@@ -1307,7 +1302,6 @@ add_fp_unittest(
13071302
log_test.cpp
13081303
DEPENDS
13091304
libc.src.errno.errno
1310-
libc.include.math
13111305
libc.src.math.log
13121306
libc.src.__support.FPUtil.fp_bits
13131307
)
@@ -1334,7 +1328,6 @@ log2_test
13341328
log2_test.cpp
13351329
DEPENDS
13361330
libc.src.errno.errno
1337-
libc.include.math
13381331
libc.src.math.log2
13391332
libc.src.__support.FPUtil.fp_bits
13401333
)
@@ -1361,7 +1354,6 @@ add_fp_unittest(
13611354
log10_test.cpp
13621355
DEPENDS
13631356
libc.src.errno.errno
1364-
libc.include.math
13651357
libc.src.math.log10
13661358
libc.src.__support.FPUtil.fp_bits
13671359
)
@@ -1388,7 +1380,6 @@ log1p_test
13881380
log1p_test.cpp
13891381
DEPENDS
13901382
libc.src.errno.errno
1391-
libc.include.math
13921383
libc.src.math.log1p
13931384
libc.src.__support.FPUtil.fp_bits
13941385
)

libc/test/src/math/exp2m1f_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "include/llvm-libc-macros/math-macros.h"
9+
#include "hdr/math_macros.h"
1010
#include "src/__support/CPP/array.h"
1111
#include "src/__support/FPUtil/FPBits.h"
1212
#include "src/errno/libc_errno.h"

libc/test/src/math/smoke/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ add_fp_unittest(
697697
exp_test.cpp
698698
DEPENDS
699699
libc.src.errno.errno
700-
libc.include.math
701700
libc.src.math.exp
702701
libc.src.__support.FPUtil.fp_bits
703702
)
@@ -722,7 +721,6 @@ add_fp_unittest(
722721
exp2_test.cpp
723722
DEPENDS
724723
libc.src.errno.errno
725-
libc.include.math
726724
libc.src.math.exp2
727725
libc.src.__support.FPUtil.fp_bits
728726
)
@@ -758,7 +756,6 @@ add_fp_unittest(
758756
exp10_test.cpp
759757
DEPENDS
760758
libc.src.errno.errno
761-
libc.include.math
762759
libc.src.math.exp10
763760
libc.src.__support.FPUtil.fp_bits
764761
)

0 commit comments

Comments
 (0)