File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ minor=$(cut -d. -f2 VERSION)
39
39
patch=$( cut -d. -f3 VERSION)
40
40
fyflags=" ${fyflags} -DPROJECT_VERSION_MAJOR=${major} -DPROJECT_VERSION_MINOR=${minor} -DPROJECT_VERSION_PATCH=${patch} "
41
41
42
- mkdir -p " $destdir /src" " $destdir /test"
42
+ mkdir -p " $destdir /src" " $destdir /test" " $destdir /example "
43
43
44
44
# Preprocess stdlib sources
45
45
find src -maxdepth 1 -iname " *.fypp" \
@@ -49,6 +49,7 @@ find src -maxdepth 1 -iname "*.fypp" \
49
49
find src -maxdepth 1 -iname " *.f90" -exec cp {} " $destdir /src/" \;
50
50
find src/tests -name " test_*.f90" -exec cp {} " $destdir /test/" \;
51
51
find src/tests -name " *.dat" -exec cp {} " $destdir /" \;
52
+ find test/example -name " demo_*.f90" -exec cp {} " $destdir /example/" \;
52
53
53
54
# Include additional files
54
55
cp " ${include[@]} " " $destdir /"
You can’t perform that action at this time.
0 commit comments