File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1421,6 +1421,7 @@ subroutine set_help()
1421
1421
help_text_build_common,&
1422
1422
help_text_flag, &
1423
1423
' --no-rebuild do not rebuild project before installation' , &
1424
+ ' --test also install test programs' , &
1424
1425
' --prefix DIR path to installation directory (requires write access),' , &
1425
1426
' the default prefix on Unix systems is $HOME/.local' , &
1426
1427
' and %APPDATA%\local on Windows' , &
@@ -1429,6 +1430,7 @@ subroutine set_help()
1429
1430
' (default: lib)' , &
1430
1431
' --includedir DIR subdirectory to place headers and module files in' , &
1431
1432
' (default: include)' , &
1433
+ ' --testdir DIR subdirectory to place test programs in (default: test)' , &
1432
1434
' --verbose print more information' , &
1433
1435
' ' , &
1434
1436
help_text_environment, &
@@ -1445,6 +1447,9 @@ subroutine set_help()
1445
1447
' 3. Install executables to a custom prefix into the exe directory:' , &
1446
1448
' ' , &
1447
1449
' 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' , &
1448
1453
' ' ]
1449
1454
help_clean= [character (len= 80 ) :: &
1450
1455
' NAME' , &
You can’t perform that action at this time.
0 commit comments