Skip to content

Commit 7327142

Browse files
Update Makefile.manual
1 parent 8eac7f1 commit 7327142

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/tests/stats/Makefile.manual

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
PROGS_SRC = test_mean.f90 test_moment.f90 test_var.f90 \
2-
test_distribution_PRNG.f90 test_distribution_uniform.f90
1+
SRCFYPP =\
2+
test_median.fypp
3+
4+
SRCGEN = $(SRCFYPP:.fypp=.f90)
5+
6+
$(SRCGEN): %.f90: %.fypp common.fypp
7+
fypp $(FYPPFLAGS) $< $@
8+
9+
PROGS_SRC = $(SRCGEN) test_mean.f90 test_moment.f90 test_var.f90 \
10+
test_distribution_PRNG.f90
311

412
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)