Skip to content

Commit 6e9d48b

Browse files
committed
adapt script fpm
1 parent 0b3ac52 commit 6e9d48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/fpm-deployment.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ find src -maxdepth 1 -iname "*.fypp" \
4747

4848
# Collect stdlib source files
4949
find src -maxdepth 1 -iname "*.f90" -exec cp {} "$destdir/src/" \;
50-
find src/tests -name "test_*.f90" -exec cp {} "$destdir/test/" \;
51-
find src/tests -name "*.dat" -exec cp {} "$destdir/" \;
50+
find test -name "test_*.f90" -exec cp {} "$destdir/test/" \;
51+
find test -name "*.dat" -exec cp {} "$destdir/" \;
5252

5353
# Include additional files
5454
cp "${include[@]}" "$destdir/"

0 commit comments

Comments
 (0)