From 7299dfe1354fc4410ac0e058429d6ef9f17f0f02 Mon Sep 17 00:00:00 2001 From: "init current directory[i]" Date: Thu, 1 Oct 2020 17:28:51 -0400 Subject: remove doc --- fpm/doc/html/build.1fpm.html | 182 -------------------------------------- fpm/doc/html/fpm.1fpm.html | 195 ----------------------------------------- fpm/doc/html/help.1fpm.html | 128 --------------------------- fpm/doc/html/new.1fpm.html | 169 ----------------------------------- fpm/doc/html/run.1fpm.html | 160 --------------------------------- fpm/doc/html/test.1fpm.html | 159 --------------------------------- fpm/doc/man/cat1/build.1fpm.gz | Bin 668 -> 0 bytes fpm/doc/man/cat1/fpm.1fpm.gz | Bin 1066 -> 0 bytes fpm/doc/man/cat1/help.1fpm.gz | Bin 361 -> 0 bytes fpm/doc/man/cat1/new.1fpm.gz | Bin 818 -> 0 bytes fpm/doc/man/cat1/run.1fpm.gz | Bin 635 -> 0 bytes fpm/doc/man/cat1/test.1fpm.gz | Bin 630 -> 0 bytes fpm/doc/man/index.db | Bin 16384 -> 0 bytes fpm/doc/man/man1/build.1fpm.gz | Bin 765 -> 0 bytes fpm/doc/man/man1/fpm.1fpm.gz | Bin 1150 -> 0 bytes fpm/doc/man/man1/help.1fpm.gz | Bin 469 -> 0 bytes fpm/doc/man/man1/new.1fpm.gz | Bin 909 -> 0 bytes fpm/doc/man/man1/run.1fpm.gz | Bin 731 -> 0 bytes fpm/doc/man/man1/test.1fpm.gz | Bin 728 -> 0 bytes fpm/doc/src/build.1.man | 34 ------- fpm/doc/src/fpm.1.man | 59 ------------- fpm/doc/src/help.1.man | 20 ----- fpm/doc/src/new.1.man | 44 ---------- fpm/doc/src/run.1.man | 36 -------- fpm/doc/src/test.1.man | 35 -------- 25 files changed, 1221 deletions(-) delete mode 100644 fpm/doc/html/build.1fpm.html delete mode 100644 fpm/doc/html/fpm.1fpm.html delete mode 100644 fpm/doc/html/help.1fpm.html delete mode 100644 fpm/doc/html/new.1fpm.html delete mode 100644 fpm/doc/html/run.1fpm.html delete mode 100644 fpm/doc/html/test.1fpm.html delete mode 100644 fpm/doc/man/cat1/build.1fpm.gz delete mode 100644 fpm/doc/man/cat1/fpm.1fpm.gz delete mode 100644 fpm/doc/man/cat1/help.1fpm.gz delete mode 100644 fpm/doc/man/cat1/new.1fpm.gz delete mode 100644 fpm/doc/man/cat1/run.1fpm.gz delete mode 100644 fpm/doc/man/cat1/test.1fpm.gz delete mode 100644 fpm/doc/man/index.db delete mode 100644 fpm/doc/man/man1/build.1fpm.gz delete mode 100644 fpm/doc/man/man1/fpm.1fpm.gz delete mode 100644 fpm/doc/man/man1/help.1fpm.gz delete mode 100644 fpm/doc/man/man1/new.1fpm.gz delete mode 100644 fpm/doc/man/man1/run.1fpm.gz delete mode 100644 fpm/doc/man/man1/test.1fpm.gz delete mode 100644 fpm/doc/src/build.1.man delete mode 100644 fpm/doc/src/fpm.1.man delete mode 100644 fpm/doc/src/help.1.man delete mode 100644 fpm/doc/src/new.1.man delete mode 100644 fpm/doc/src/run.1.man delete mode 100644 fpm/doc/src/test.1.man diff --git a/fpm/doc/html/build.1fpm.html b/fpm/doc/html/build.1fpm.html deleted file mode 100644 index 4f2b9a8..0000000 --- a/fpm/doc/html/build.1fpm.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - - - - - -
[UP]
-
-
-
-
-

Manual Reference Pages - build (fpm)

-
-
-

NAME

-
- build(1) - the fpm(1) subcommand to build a project -
-

CONTENTS

-
- Synopsis
- Description
- Options
- Examples
- See Also
-
-

SYNOPSIS

-
-
-fpm build [--release]|[-list]
-fpm build --help|--version
-
-
-

DESCRIPTION

-
- The "fpm build" command -
- - - - - - - - - - - - - - - - - - - - - - - -
oFetches any dependencies
oScans your sources
oBuilds them in the proper order
-
-

The Fortran source files are assumed to be in app/, test/, and src/ by default. The changed or new files found are rebuilt. The results are - placed in the build/ directory.

-

Non-default pathnames and remote dependencies are used if specified in the "fpm.toml" file.

-
-

OPTIONS

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
--release
build in build/*_release instead of build/*_debug with high optimization instead of full debug options.
--listlist candidates instead of building or running them
--helpprint this help and exit
--version
print program version information and exit
-
-

EXAMPLES

-
- Sample commands: -
-  fpm build          # build with debug options
-  fpm build -release # build with high optimization
-
-
-

SEE ALSO

-
- The fpm(1) home page is https://github.com/fortran-lang/fpm -
-
- - - - - - -
build (fpm)October 01, 2020
Generated by manServer 1.08 from - 47286ad9-042d-4b71-9a23-56660b3078d2 using man macros.
-
-
-
-
- - diff --git a/fpm/doc/html/fpm.1fpm.html b/fpm/doc/html/fpm.1fpm.html deleted file mode 100644 index 6fe3b3f..0000000 --- a/fpm/doc/html/fpm.1fpm.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - -
[UP]
-
-
-
-
-

Manual Reference Pages - fpm (fpm)

-
-
-

NAME

-
- fpm(1) - A Fortran package manager and build system -
-

CONTENTS

-
- Os Type
- Synopsis
- Description
- Subcommands
- Subcommand Options
- Examples
- See Also
-
-

OS TYPE

-
- Linux -
-

SYNOPSIS

-
-
-fpm SUBCOMMAND [SUBCOMMAND_OPTIONS]
-
-fpm --help|--version -
-
-

DESCRIPTION

-
- fpm is a package manager that helps you create Fortran projects that are optionally dependent on multiple files and other fpm(1) - packages. -

Most significantly fpm(1) lets you pull upon other fpm(1) packages in distributed git(1) repositories as if the packages - were a basic part of your default programming environment, as well as letting you share your projects with others in a similar manner.

-

See the fpm(1) repository for a listing of such available projects.

-

All output goes into the directory "build/".

-
-

SUBCOMMANDS

-
- Valid fpm subcommands are: -
-     build [--release] [--list]
-                        Compile the packages into the "build/" directory.
-     new NAME [--with-executable] [--with-test]
-                        Create a new Fortran package directory
-                        with sample files
-     run [NAME(s)] [--release] [--list] [-- ARGS]
-                        Run the local package binaries. defaults to all
-                        binaries for that release.
-     test [NAME(s)] [--release] [--list] [-- ARGS]
-                        Run the tests
-     help [NAME(s)]     Alternate method for displaying subcommand help
-
-
-
-

SUBCOMMAND OPTIONS

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--release
Builds or runs in release mode (versus debug mode). fpm(1) Defaults to using common compiler debug flags and building in - "build/gfortran_debug/". When this flag is present build output goes into "build/gfortran_release/" and common compiler optimization flags are - used.
--listlist candidates instead of building or running them
-- ARGS
Arguments to pass to executables/tests
--helpShow this help text and exit. Valid for all subcommands.
--version
Show version information and exit. Valid for all subcommands.
-
-

EXAMPLES

-
- sample commands: -
-    fpm build
-    fpm test
-    fpm run
-    fpm new --help
-    fpm new mypackage --with-executable --with-test
-    fpm run myprogram --release -- -x 10 -y 20 --title "my title"
-
-
-

SEE ALSO

-
- The fpm(1) home page is https://github.com/fortran-lang/fpm -
-
- - - - - - -
fpm (fpm)October 01, 2020
Generated by manServer 1.08 from - 7ff76770-4194-4184-8269-eb1d56de71cb using man macros.
-
-
-
-
- - diff --git a/fpm/doc/html/help.1fpm.html b/fpm/doc/html/help.1fpm.html deleted file mode 100644 index 8c9f147..0000000 --- a/fpm/doc/html/help.1fpm.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - -
[UP]
-
-
-
-
-

Manual Reference Pages - help (fpm)

-
-
-

NAME

-
- help(1) - the fpm(1) subcommand to display help -
-

CONTENTS

-
- Synopsis
- Description
- Options
- Examples
- See Also
-
-

SYNOPSIS

-
-
-fpm help [fpm][new][build][run][test][help][version][all]
-
-
-

DESCRIPTION

-
- The "fpm help" command is an alternative to the --help parameter on the fpm(1) command and its subcommands. -
-

OPTIONS

-
- - - - - - - - -
NAME(s)A list of topic names to display.
-
-

EXAMPLES

-
-

fpm help fpm help version fpm all

-
-

SEE ALSO

-
- The fpm(1) home page is https://github.com/fortran-lang/fpm -
-
- - - - - - -
help (fpm)October 01, 2020
Generated by manServer 1.08 from - cf919141-8b5e-4bb6-8957-a4e239126fa6 using man macros.
-
-
-
-
- - diff --git a/fpm/doc/html/new.1fpm.html b/fpm/doc/html/new.1fpm.html deleted file mode 100644 index b8cb2ff..0000000 --- a/fpm/doc/html/new.1fpm.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - - - - - -
[UP]
-
-
-
-
-

Manual Reference Pages - new (fpm)

-
-
-

NAME

-
- new(1) - the fpm(1) subcommand to initialize a new project -
-

CONTENTS

-
- Synopsis
- Description
- Options
- Examples
- See Also
-
-

SYNOPSIS

-
-
-fpm new NAME [--with-executable] [--with-test]
-
-fpm new --help|--version -
-
-

DESCRIPTION

-
- Create a new programming project in a new directory -

The "new" subcommand creates a directory and runs the command "git init" in that directory and makes an example "fpm.toml" file, a src/ - directory, and optionally a test/ and app/ directory with trivial example Fortran source files.

-

Remember to update the information in the sample "fpm.toml" file with such information as your name and e-mail address.

-
-

OPTIONS

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NAMEthe name of the project directory to create. The name must be a valid Fortran name composed of 1 to 63 ASCII alphanumeric - characters and underscores, starting with a letter.
--with-executable
additionally create optional directory app/ and placeholder program for "fpm run".
--with-test
additionally create optional directory test/ and placeholder program for "fpm test".
--helpprint this help and exit
--version
print program version information and exit
-
-

EXAMPLES

-
- Sample use -
-   fpm new myproject  # create new project directory and seed it
-   cd myproject       # Enter the new directory
-   # and run commands such as
-   fpm build
-   fpm run            # if you selected --with-executable
-   fpm test           # if you selected --with-test
-
-
-

SEE ALSO

-
- The fpm(1) home page is https://github.com/fortran-lang/fpm -

Registered packages are at https://fortran-lang.org/packages

-
-
- - - - - - -
new (fpm)October 01, 2020
Generated by manServer 1.08 from - ca3de4ad-3cee-4dce-ad54-9d8a8bcb529e using man macros.
-
-
-
-
- - diff --git a/fpm/doc/html/run.1fpm.html b/fpm/doc/html/run.1fpm.html deleted file mode 100644 index a805050..0000000 --- a/fpm/doc/html/run.1fpm.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - - - - - -
[UP]
-
-
-
-
-

Manual Reference Pages - run (fpm)

-
-
-

NAME

-
- run(1) - the fpm(1) subcommand to run project applications -
-

CONTENTS

-
- Synopsis
- Description
- Options
- Examples
- See Also
-
-

SYNOPSIS

-
-
-fpm run [NAME(s)] [--release] [-- ARGS]
-
-fpm run --help|--version -
-
-

DESCRIPTION

-
- Run applications you have built in your fpm(1) project. -
-

OPTIONS

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
NAME(s)optional list of specific names to execute. The default is to run all the applications in app/ or the programs listed in the - "fpm.toml" file.
--release
selects the optimized build instead of the debug build.
--listlist candidates instead of building or running them
-- ARGS
optional arguments to pass to the program(s). The same arguments are passed to all names specified.
-
-

EXAMPLES

-
- run fpm(1) project applications -
- # run default programs in /app or as specified in "fpm.toml"
- fpm run
-
- # run a specific program and pass arguments to the command - fpm run mytest -- -x 10 -y 20 -title "my title line" -
- # production version of two applications - fpm run tst1 test2 -release -
-
-

SEE ALSO

-
- The fpm(1) home page is https://github.com/fortran-lang/fpm -
-
- - - - - - -
run (fpm)October 01, 2020
Generated by manServer 1.08 from - 5501d93f-9755-49af-b14c-1a1683d96157 using man macros.
-
-
-
-
- - diff --git a/fpm/doc/html/test.1fpm.html b/fpm/doc/html/test.1fpm.html deleted file mode 100644 index 39582b4..0000000 --- a/fpm/doc/html/test.1fpm.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - - - - - -
[UP]
-
-
-
-
-

Manual Reference Pages - test (fpm)

-
-
-

NAME

-
- test(1) - the fpm(1) subcommand to run project tests -
-

CONTENTS

-
- Synopsis
- Description
- Options
- Examples
- See Also
-
-

SYNOPSIS

-
-
-fpm test [NAME(s)] [--release] [--list] [-- ARGS]
-
-fpm test --help|--version -
-
-

DESCRIPTION

-
- Run applications you have built to test your project. -
-

OPTIONS

-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
NAME(s)optional list of specific test names to execute. The default is to run all the tests in test/ or the tests listed in the - "fpm.toml" file.
--release
selects the optimized build instead of the debug build.
--listlist candidates instead of building or running them
-- ARGS
optional arguments to pass to the test program(s). The same arguments are passed to all test names specified.
-
-

EXAMPLES

-
- run tests -
- # run default tests in /test or as specified in "fpm.toml"
- fpm test
-
- # run a specific test and pass arguments to the command - fpm test mytest -- -x 10 -y 20 -title "my title line" -
- fpm test tst1 test2 -release # production version of two tests -
-
-

SEE ALSO

-
- The fpm(1) home page is https://github.com/fortran-lang/fpm -
-
- - - - - - -
test (fpm)October 01, 2020
Generated by manServer 1.08 from - ae1fc2a3-c473-469e-b078-ffae170abd06 using man macros.
-
-
-
-
- - diff --git a/fpm/doc/man/cat1/build.1fpm.gz b/fpm/doc/man/cat1/build.1fpm.gz deleted file mode 100644 index e187c8f..0000000 Binary files a/fpm/doc/man/cat1/build.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/cat1/fpm.1fpm.gz b/fpm/doc/man/cat1/fpm.1fpm.gz deleted file mode 100644 index 2e4b33a..0000000 Binary files a/fpm/doc/man/cat1/fpm.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/cat1/help.1fpm.gz b/fpm/doc/man/cat1/help.1fpm.gz deleted file mode 100644 index 448ad14..0000000 Binary files a/fpm/doc/man/cat1/help.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/cat1/new.1fpm.gz b/fpm/doc/man/cat1/new.1fpm.gz deleted file mode 100644 index fe9c736..0000000 Binary files a/fpm/doc/man/cat1/new.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/cat1/run.1fpm.gz b/fpm/doc/man/cat1/run.1fpm.gz deleted file mode 100644 index fcdd2b4..0000000 Binary files a/fpm/doc/man/cat1/run.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/cat1/test.1fpm.gz b/fpm/doc/man/cat1/test.1fpm.gz deleted file mode 100644 index 896da49..0000000 Binary files a/fpm/doc/man/cat1/test.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/index.db b/fpm/doc/man/index.db deleted file mode 100644 index f4af7bf..0000000 Binary files a/fpm/doc/man/index.db and /dev/null differ diff --git a/fpm/doc/man/man1/build.1fpm.gz b/fpm/doc/man/man1/build.1fpm.gz deleted file mode 100644 index cadfa4d..0000000 Binary files a/fpm/doc/man/man1/build.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/man1/fpm.1fpm.gz b/fpm/doc/man/man1/fpm.1fpm.gz deleted file mode 100644 index bfb64e4..0000000 Binary files a/fpm/doc/man/man1/fpm.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/man1/help.1fpm.gz b/fpm/doc/man/man1/help.1fpm.gz deleted file mode 100644 index 2885869..0000000 Binary files a/fpm/doc/man/man1/help.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/man1/new.1fpm.gz b/fpm/doc/man/man1/new.1fpm.gz deleted file mode 100644 index 8096254..0000000 Binary files a/fpm/doc/man/man1/new.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/man1/run.1fpm.gz b/fpm/doc/man/man1/run.1fpm.gz deleted file mode 100644 index 1db841c..0000000 Binary files a/fpm/doc/man/man1/run.1fpm.gz and /dev/null differ diff --git a/fpm/doc/man/man1/test.1fpm.gz b/fpm/doc/man/man1/test.1fpm.gz deleted file mode 100644 index c237ba0..0000000 Binary files a/fpm/doc/man/man1/test.1fpm.gz and /dev/null differ diff --git a/fpm/doc/src/build.1.man b/fpm/doc/src/build.1.man deleted file mode 100644 index 1e243d3..0000000 --- a/fpm/doc/src/build.1.man +++ /dev/null @@ -1,34 +0,0 @@ -NAME - build(1) - the fpm(1) subcommand to build a project -SYNOPSIS - fpm build [--release]|[-list] - fpm build --help|--version - -DESCRIPTION - The "fpm build" command - o Fetches any dependencies - o Scans your sources - o Builds them in the proper order - - The Fortran source files are assumed to be in app/, test/, and src/ - by default. The changed or new files found are rebuilt. - The results are placed in the build/ directory. - - Non-default pathnames and remote dependencies are used if - specified in the "fpm.toml" file. - -OPTIONS - --release build in build/*_release instead of build/*_debug with - high optimization instead of full debug options. - --list list candidates instead of building or running them - --help print this help and exit - --version print program version information and exit - -EXAMPLES - Sample commands: - - fpm build # build with debug options - fpm build -release # build with high optimization -SEE ALSO - The fpm(1) home page is https://github.com/fortran-lang/fpm - diff --git a/fpm/doc/src/fpm.1.man b/fpm/doc/src/fpm.1.man deleted file mode 100644 index 201cfa7..0000000 --- a/fpm/doc/src/fpm.1.man +++ /dev/null @@ -1,59 +0,0 @@ -NAME - fpm(1) - A Fortran package manager and build system -OS TYPE - Linux -SYNOPSIS - fpm SUBCOMMAND [SUBCOMMAND_OPTIONS] - - fpm --help|--version - -DESCRIPTION - fpm is a package manager that helps you create Fortran projects that are - optionally dependent on multiple files and other fpm(1) packages. - - Most significantly fpm(1) lets you pull upon other fpm(1) packages in - distributed git(1) repositories as if the packages were a basic part - of your default programming environment, as well as letting you share - your projects with others in a similar manner. - - See the fpm(1) repository for a listing of such available projects. - - All output goes into the directory "build/". - -SUBCOMMANDS - Valid fpm subcommands are: - - build [--release] [--list] - Compile the packages into the "build/" directory. - new NAME [--with-executable] [--with-test] - Create a new Fortran package directory - with sample files - run [NAME(s)] [--release] [--list] [-- ARGS] - Run the local package binaries. defaults to all - binaries for that release. - test [NAME(s)] [--release] [--list] [-- ARGS] - Run the tests - help [NAME(s)] Alternate method for displaying subcommand help - -SUBCOMMAND OPTIONS - --release Builds or runs in release mode (versus debug mode). fpm(1) - Defaults to using common compiler debug flags and building - in "build/gfortran_debug/". When this flag is present build - output goes into "build/gfortran_release/" and common - compiler optimization flags are used. - --list list candidates instead of building or running them - -- ARGS Arguments to pass to executables/tests - --help Show this help text and exit. Valid for all subcommands. - --version Show version information and exit. Valid for all subcommands. -EXAMPLES - sample commands: - - fpm build - fpm test - fpm run - fpm new --help - fpm new mypackage --with-executable --with-test - fpm run myprogram --release -- -x 10 -y 20 --title "my title" -SEE ALSO - The fpm(1) home page is https://github.com/fortran-lang/fpm - diff --git a/fpm/doc/src/help.1.man b/fpm/doc/src/help.1.man deleted file mode 100644 index 0ba803b..0000000 --- a/fpm/doc/src/help.1.man +++ /dev/null @@ -1,20 +0,0 @@ -NAME - help(1) - the fpm(1) subcommand to display help -SYNOPSIS - fpm help [fpm][new][build][run][test][help][version][all] - -DESCRIPTION - The "fpm help" command is an alternative to the --help parameter - on the fpm(1) command and its subcommands. - -OPTIONS - NAME(s) A list of topic names to display. - -EXAMPLES - - fpm help - fpm help version - fpm all -SEE ALSO - The fpm(1) home page is https://github.com/fortran-lang/fpm - diff --git a/fpm/doc/src/new.1.man b/fpm/doc/src/new.1.man deleted file mode 100644 index 6fe255b..0000000 --- a/fpm/doc/src/new.1.man +++ /dev/null @@ -1,44 +0,0 @@ -NAME - new(1) - the fpm(1) subcommand to initialize a new project -SYNOPSIS - fpm new NAME [--with-executable] [--with-test] - - fpm new --help|--version - -DESCRIPTION - Create a new programming project in a new directory - - The "new" subcommand creates a directory and runs the command - "git init" in that directory and makes an example "fpm.toml" - file, a src/ directory, and optionally a test/ and app/ - directory with trivial example Fortran source files. - - Remember to update the information in the sample "fpm.toml" - file with such information as your name and e-mail address. - -OPTIONS - NAME the name of the project directory to create. The name - must be a valid Fortran name composed of 1 to 63 - ASCII alphanumeric characters and underscores, - starting with a letter. - --with-executable additionally create optional directory app/ - and placeholder program for "fpm run". - --with-test additionally create optional directory test/ - and placeholder program for "fpm test". - --help print this help and exit - --version print program version information and exit - -EXAMPLES - Sample use - - fpm new myproject # create new project directory and seed it - cd myproject # Enter the new directory - # and run commands such as - fpm build - fpm run # if you selected --with-executable - fpm test # if you selected --with-test -SEE ALSO - The fpm(1) home page is https://github.com/fortran-lang/fpm - - Registered packages are at https://fortran-lang.org/packages - diff --git a/fpm/doc/src/run.1.man b/fpm/doc/src/run.1.man deleted file mode 100644 index 7e5de31..0000000 --- a/fpm/doc/src/run.1.man +++ /dev/null @@ -1,36 +0,0 @@ -NAME - run(1) - the fpm(1) subcommand to run project applications - -SYNOPSIS - fpm run [NAME(s)] [--release] [-- ARGS] - - fpm run --help|--version - -DESCRIPTION - Run applications you have built in your fpm(1) project. - -OPTIONS - NAME(s) optional list of specific names to execute. - The default is to run all the applications in app/ - or the programs listed in the "fpm.toml" file. - --release selects the optimized build instead of the debug - build. - --list list candidates instead of building or running them - -- ARGS optional arguments to pass to the program(s). - The same arguments are passed to all names - specified. - -EXAMPLES -run fpm(1) project applications - - # run default programs in /app or as specified in "fpm.toml" - fpm run - - # run a specific program and pass arguments to the command - fpm run mytest -- -x 10 -y 20 -title "my title line" - - # production version of two applications - fpm run tst1 test2 -release -SEE ALSO - The fpm(1) home page is https://github.com/fortran-lang/fpm - diff --git a/fpm/doc/src/test.1.man b/fpm/doc/src/test.1.man deleted file mode 100644 index 60ab513..0000000 --- a/fpm/doc/src/test.1.man +++ /dev/null @@ -1,35 +0,0 @@ -NAME - test(1) - the fpm(1) subcommand to run project tests - -SYNOPSIS - fpm test [NAME(s)] [--release] [--list] [-- ARGS] - - fpm test --help|--version - -DESCRIPTION - Run applications you have built to test your project. - -OPTIONS - NAME(s) optional list of specific test names to execute. - The default is to run all the tests in test/ - or the tests listed in the "fpm.toml" file. - --release selects the optimized build instead of the debug - build. - --list list candidates instead of building or running them - -- ARGS optional arguments to pass to the test program(s). - The same arguments are passed to all test names - specified. - -EXAMPLES -run tests - - # run default tests in /test or as specified in "fpm.toml" - fpm test - - # run a specific test and pass arguments to the command - fpm test mytest -- -x 10 -y 20 -title "my title line" - - fpm test tst1 test2 -release # production version of two tests -SEE ALSO - The fpm(1) home page is https://github.com/fortran-lang/fpm - -- cgit v1.2.3