Skip to content

Commit

Permalink
Add Aqua test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenJ committed Nov 15, 2024
1 parent f1ba20b commit 2d7f394
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,3 @@ DataStructures = "0.17,0.18"
HerbCore = "^0.3.0"
TreeView = "^0.5"
julia = "^1.8"

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

[targets]
test = ["Test"]
4 changes: 4 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HerbCore = "2b23ba43-8213-43cb-b5ea-38c12b45bd45"
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,8 +1,10 @@
using Aqua
using HerbCore
using HerbGrammar
using Test

@testset "HerbGrammar.jl" verbose=true begin
@testset "Aqua.jl Checks" Aqua.test_all(HerbGrammar)
include("test_csg.jl")
include("test_rulenode_operators.jl")
include("test_rulenode2expr.jl")
Expand Down

0 comments on commit 2d7f394

Please sign in to comment.