aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2020-10-03Merge branch 'fix-duplicate-discovery' into local-dependsLKedward
2020-10-03Update: hello_complex_2 to expose link bugLKedward
There's a bug which causes app-local modules to be added twice if auto-discovery is on and the app is specified in the manifest. This causes the module to be compiled and linked twice. Not detected before because the module contained no symbols. This commit adds an integer symbol to an app-local module to test this bug.
2020-10-03Merge remote-tracking branch 'upstream/master' into local-dependsLKedward
2020-09-29Add: test package with auto-discovery disabledLKedward
Contains an app and a test that should be ignored by auto-discovery - this is checked in the CI scripts.
2020-09-28Add: circular_example demo to fpm CI scriptsLKedward
Now supported with local dev-dependencies
2020-09-28Enable fpm CI tests for local path dependency demosLKedward
2020-09-26Add: example package with program discoveryLKedward
2020-09-21Merge pull request #178 from LKedward/more_examplesOndřej Čertík
Add more example packages
2020-09-19Update: hello_complex example with sub directoryLKedward
To demonstrate and test recursive source file discovery.
2020-09-19Add: example package with single source program and moduleLKedward
2020-09-18Add: README for example packagesLKedward
2020-09-18Add: example package with submodulesLKedward
2020-09-18Add: example package with c code compilationLKedward
2020-07-08Fix bug with case in program source file name.Brad Richardson
2020-06-14Add support for Makefiles and generic build scriptsBrad Richardson
2020-06-02Add ability to specify which test or program to run and their argsBrad Richardson
2020-05-31Add dev-dependenciesBrad Richardson
2020-05-30Move example packages into test folderBrad Richardson
2020-05-29Impelement test/executable specific dependenciesBrad Richardson
- with the possibility of them being "circular", meaning if one of them depends on the current library, it will still work
2020-05-23Add path dependencies and a test to make sure it worksBrad Richardson
2020-04-29Remove the old example projectBrad Richardson
2020-04-29Create a complex project to testBrad Richardson
2020-04-29Enable running the tests without external callsBrad Richardson
2020-04-29Create simplest possible hello_world projectBrad Richardson
2020-04-29Simplify the testsBrad Richardson
2020-04-29Move test code out of src folderBrad Richardson
2020-02-28Test example_projectOndřej Čertík
2020-02-28Add a Fortran test codeOndřej Čertík
2020-02-28Call someFunc from the testOndřej Čertík
2020-02-25Start with a new stack projectBrad Richardson