We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9091e0 commit 8214d74Copy full SHA for 8214d74
src/tests/stats/Makefile.manual
@@ -1,4 +1,12 @@
1
-PROGS_SRC = test_mean.f90 test_moment.f90 test_var.f90 \
+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
11
12
include ../Makefile.manual.test.mk
0 commit comments