index
:
fpm
master
A friendly, barely modified fork of fortran-lang.org's package manager
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-04-12
Add: external-modules key to build table for non-fpm modules
LKedward
2021-03-31
Phase out Haskell fpm (#420)
Sebastian Ehlert
2020-10-14
Better organize example packages and bootstrap tests
Brad Richardson
2020-09-29
Add: test package with auto-discovery disabled
LKedward
2020-09-26
Add: example package with program discovery
LKedward
2020-09-21
Merge pull request #178 from LKedward/more_examples
Ondřej Čertík
2020-09-19
Update: hello_complex example with sub directory
LKedward
2020-09-19
Add: example package with single source program and module
LKedward
2020-09-18
Add: README for example packages
LKedward
2020-09-18
Add: example package with submodules
LKedward
2020-09-18
Add: example package with c code compilation
LKedward
2020-07-08
Fix bug with case in program source file name.
Brad Richardson
2020-06-14
Add support for Makefiles and generic build scripts
Brad Richardson
2020-06-02
Add ability to specify which test or program to run and their args
Brad Richardson
2020-05-31
Add dev-dependencies
Brad Richardson
2020-05-30
Move example packages into test folder
Brad Richardson
2020-05-29
Impelement test/executable specific dependencies
Brad Richardson
2020-05-23
Add path dependencies and a test to make sure it works
Brad Richardson
2020-04-29
Remove the old example project
Brad Richardson
2020-04-29
Create a complex project to test
Brad Richardson
2020-04-29
Enable running the tests without external calls
Brad Richardson
2020-04-29
Create simplest possible hello_world project
Brad Richardson
2020-04-29
Simplify the tests
Brad Richardson
2020-04-29
Move test code out of src folder
Brad Richardson
2020-02-28
Test example_project
Ondřej Čertík
2020-02-28
Add a Fortran test code
Ondřej Čertík
2020-02-28
Call someFunc from the test
Ondřej Čertík
2020-02-25
Start with a new stack project
Brad Richardson