Skip to content

Commit

Permalink
Add Aqua.test_all to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcom committed Jun 20, 2023
1 parent 408a821 commit d632f70
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ LinearSampling_jll = "= 1.0.0"
LinearTurboFold_jll = "= 0.0.1"
Unitful = "1.11"
julia = "1.7"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Test"]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Julia interface to LinearFold

[![Build Status](https://github.com/marcom/LinearFold.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/marcom/LinearFold.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

Unofficial Julia interface to the
[LinearFold](https://github.com/LinearFold) suite of programs for RNA
Expand Down
2 changes: 0 additions & 2 deletions test/Project.toml

This file was deleted.

7 changes: 7 additions & 0 deletions test/aqua.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import Aqua
using LinearFold

@testset "Aqua.test_all" begin
showtestset()
Aqua.test_all(LinearFold)
end
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ end

@testset verbose=true "LinearFold" begin
showtestset()
include("aqua.jl")

@testset "energy" begin
showtestset()
Expand Down

0 comments on commit d632f70

Please sign in to comment.