Skip to content

Commit e8c8e23

Browse files
committed
moved test directory out of src
so we can use the FPM auto-tests features Fixes #35
1 parent b110f61 commit e8c8e23

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed

fpm.toml

+5-20
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name = "fortran-csv-module"
2-
version = "1.3.1"
2+
version = "1.5.0"
33
author = "Jacob Williams"
44
maintainer = "Jacob Williams"
5-
copyright = "Copyright (c) 2017-2022, Jacob Williams"
5+
copyright = "Copyright (c) 2017-2023, Jacob Williams"
66
license = "BSD-3"
77
description = "Read and Write CSV Files Using Modern Fortran"
88
homepage = "https://github.com/jacobwilliams/fortran-csv-module"
@@ -12,25 +12,10 @@ keywords = ["csv"]
1212
[library]
1313
source-dir = "src"
1414

15-
[[test]]
16-
name = "csv_test"
17-
source-dir = "src/tests"
18-
main = "csv_test.f90"
19-
20-
[[test]]
21-
name = "csv_test2"
22-
source-dir = "src/tests"
23-
main = "csv_test2.f90"
24-
25-
[[test]]
26-
name = "csv_test3"
27-
source-dir = "src/tests"
28-
main = "csv_test3.f90"
29-
3015
[install]
3116
library = true
3217

3318
[build]
34-
auto-executables = false
35-
auto-examples = false
36-
auto-tests = false
19+
auto-executables = true
20+
auto-examples = true
21+
auto-tests = true
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)