Skip to content

Commit cd76f7f

Browse files
committed
Add tests and executables
1 parent fa7ff51 commit cd76f7f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

fpm.toml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,33 @@
1-
name = "poisson"
1+
name = "Fortran-tooling"
22
version = "0.1.0"
33
license = "MIT"
44
author = "Connor Aird, Mashy Green, Duncan Leggat, Ilektra Christidi, Tuomas Koskela"
55
maintainer = "[email protected]"
66
copyright = "Copyright 2025, UCL ARC"
7+
78
[build]
89
auto-executables = true
910
auto-tests = true
1011
auto-examples = true
12+
1113
[install]
1214
library = false
15+
16+
[dev-dependencies]
17+
test-drive.git = "https://github.com/fortran-lang/test-drive"
18+
test-drive.tag = "v0.5.0"
19+
20+
[[executable]]
21+
name = "poisson"
22+
source-dir = "src/poisson"
23+
main = "main.f90"
24+
25+
[[executable]]
26+
name = "mesh_generator"
27+
source-dir = "src/mesh_generator"
28+
main = "main.f90"
29+
30+
[[test]]
31+
name = "test-drive-mesh-generator"
32+
source-dir = "testing/test-drive"
33+
main = "main.f90"

0 commit comments

Comments
 (0)