aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/hello_complex/fpm.toml
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-07-08 11:24:41 -0700
committerBrad Richardson <brichardson@structint.com>2020-07-08 11:24:41 -0700
commitb86c74bef761ec48ff17cf043a26b11b9bf3954b (patch)
tree593bd73ae01bfbc06fe485ce0e36aa15d61390a5 /test/example_packages/hello_complex/fpm.toml
parent572bd33f918f3d5ce48ee482cf90ce49c6888199 (diff)
downloadfpm-b86c74bef761ec48ff17cf043a26b11b9bf3954b.tar.gz
fpm-b86c74bef761ec48ff17cf043a26b11b9bf3954b.zip
Fix bug with case in program source file name.
Diffstat (limited to 'test/example_packages/hello_complex/fpm.toml')
-rw-r--r--test/example_packages/hello_complex/fpm.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example_packages/hello_complex/fpm.toml b/test/example_packages/hello_complex/fpm.toml
index d185745..30ed293 100644
--- a/test/example_packages/hello_complex/fpm.toml
+++ b/test/example_packages/hello_complex/fpm.toml
@@ -4,9 +4,9 @@ name = "hello_complex"
source-dir="source"
[[executable]]
-name="say_hello"
+name="say_Hello"
source-dir="apps/say_hello"
-main="say_hello.f90"
+main="say_Hello.f90"
[[executable]]
name="say_goodbye"