Skip to content

Commit 1221ce3

Browse files
committed
update online help
1 parent ebc38f2 commit 1221ce3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/fpm_command_line.f90

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@ subroutine set_help()
14211421
help_text_build_common,&
14221422
help_text_flag, &
14231423
' --no-rebuild do not rebuild project before installation', &
1424+
' --test also install test programs', &
14241425
' --prefix DIR path to installation directory (requires write access),', &
14251426
' the default prefix on Unix systems is $HOME/.local', &
14261427
' and %APPDATA%\local on Windows', &
@@ -1429,6 +1430,7 @@ subroutine set_help()
14291430
' (default: lib)', &
14301431
' --includedir DIR subdirectory to place headers and module files in', &
14311432
' (default: include)', &
1433+
' --testdir DIR subdirectory to place test programs in (default: test)', &
14321434
' --verbose print more information', &
14331435
'', &
14341436
help_text_environment, &
@@ -1445,6 +1447,9 @@ subroutine set_help()
14451447
' 3. Install executables to a custom prefix into the exe directory:', &
14461448
'', &
14471449
' fpm install --prefix $PWD --bindir exe', &
1450+
' 4. Install executables and test programs into the same "exe" directory:', &
1451+
'', &
1452+
' fpm install --prefix $PWD --test --bindir exe --testdir exe', &
14481453
'' ]
14491454
help_clean=[character(len=80) :: &
14501455
'NAME', &

0 commit comments

Comments
 (0)