Skip to content

Commit 58394f1

Browse files
Create Makefile.manual
1 parent cfbee66 commit 58394f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/tests/stats/Makefile.manual

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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
11+
12+
include ../Makefile.manual.test.mk

0 commit comments

Comments
 (0)