Skip to content

Commit

Permalink
Merge pull request #12 from mhauru/mhauru/fix-broken-export
Browse files Browse the repository at this point in the history
- Fix broken export
- Add Aqua tests
- Switch to separate `Project.toml` for the test project
  • Loading branch information
ReubenJ authored Oct 23, 2024
2 parents d9de26b + 86e2a5a commit e8521bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ version = "0.1.0"

[compat]
julia = "1.8"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
2 changes: 1 addition & 1 deletion src/HerbSpecification.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export
Trace,

AbstractTypeSpecification,
DependentTypeSpecification,
AbstractDependentTypeSpecification,
AgdaSpecification

end # module HerbSpecification
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using HerbSpecification
using Test
using Aqua

@testset "HerbSpecification.jl" verbose=true begin
@testset "Aqua.jl Checks" Aqua.test_all(HerbSpecification)
include("test_ioproblem.jl")
end

0 comments on commit e8521bd

Please sign in to comment.