Skip to content

Commit 03306f1

Browse files
committed
Add missing source file to manual makefile
1 parent 009e22c commit 03306f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tests/linalg/Makefile.manual

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SRCFYPP = \
22
test_linalg.fypp
3+
test_linalg_matrix_property_checks.fypp
34
SRCGEN = $(SRCFYPP:.fypp=.f90)
45
PROGS_SRC = \
56
$(SRCGEN)

src/tests/linalg/test_linalg_matrix_property_checks.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ contains
105105
${t1}$ :: A_true_ts(3,2), A_false_ts(3,2) !tall and skinny matrices
106106
#! populate variables dependent on type/kind
107107
#:if s1[0] == 'r'
108-
A_true_s = reshape([1.,0.,0.,4.],[2,2])
108+
A_true_s = reshape([1.,0.,0.,4.],[2,2])
109109
A_false_s = reshape([1.,0.,3.,4.],[2,2])
110110
A_true_sf = reshape([1.,0.,0.,4.,0.,0.],[2,3])
111111
A_false_sf = reshape([1.,0.,3.,4.,0.,0.],[2,3])

0 commit comments

Comments
 (0)