Skip to content

Commit 6f6f5ac

Browse files
committed
Separate out matrix property checks tests
1 parent 677c577 commit 6f6f5ac

File tree

4 files changed

+2073
-1
lines changed

4 files changed

+2073
-1
lines changed

src/tests/Makefile.manual

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ all test clean:
1111
$(MAKE) -f Makefile.manual --directory=stats $@
1212
$(MAKE) -f Makefile.manual --directory=string $@
1313
$(MAKE) -f Makefile.manual --directory=math $@
14+
$(MAKE) -f Makefile.manual --directory=linalg $@

src/tests/linalg/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ADDTEST(linalg)
2-
2+
ADDTEST(linalg_matrix_property_checks)

src/tests/linalg/Makefile.manual

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PROGS_SRC = test_linalg.f90 \
2+
test_linalg_matrix_property_checks.f90
3+
4+
5+
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)