Skip to content

Commit 549ee96

Browse files
committed
Remove old tests for **_close.
1 parent 268cedc commit 549ee96

File tree

4 files changed

+0
-116
lines changed

4 files changed

+0
-116
lines changed

src/tests/math/CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ ADDTEST(stdlib_math)
88
ADDTEST(linspace)
99
ADDTEST(logspace)
1010
ADDTEST(math_arange)
11-
ADDTEST(math_is_close)
12-
ADDTEST(math_all_close)

src/tests/math/Makefile.manual

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ SRCGEN = $(SRCFYPP:.fypp=.f90)
44

55
PROGS_SRC = test_linspace.f90 test_logspace.f90 \
66
test_math_arange.f90 \
7-
test_math_is_close.f90 \
8-
test_math_all_close.f90 \
97
$(SRCGEN)
108

119
$(SRCGEN): %.f90: %.fypp ../../common.fypp

src/tests/math/test_math_all_close.f90

-45
This file was deleted.

src/tests/math/test_math_is_close.f90

-67
This file was deleted.

0 commit comments

Comments
 (0)