Skip to content

Commit 696f865

Browse files
committed
fix(fpm.toml): auto-detect examples & tests
1 parent 14f4211 commit 696f865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ source-form="default"
1717

1818
[build]
1919
auto-executables = false
20-
auto-tests = false
21-
auto-examples = false
20+
auto-tests = true
21+
auto-examples = true
2222

2323
[dev-dependencies]
2424
test-drive = { git = "https://github.com/fortran-lang/test-drive", tag = "v0.4.0" }

0 commit comments

Comments
 (0)