aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/auto_discovery_off/fpm.toml
blob: 9a852dfc6f02e2235d1a304ff0100e47c4c6ac89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name = "auto_discovery_off"

[build]
auto-executables = false
auto-tests = false


[[test]]
name = "my_test"
source-dir="test"
main="my_test.f90"