Skip to content

Commit d3ad02c

Browse files
authored
Merge pull request #756 from JuliaControl/testloadfix
don't load CS for tests of CSBase
2 parents b401918 + 782c84a commit d3ad02c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Pkg
2-
using ControlSystems
32
using Test, LinearAlgebra, Random
43
using Aqua
54
# @testset "Aqua" begin

test/runtests_controlsystems.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using ControlSystems
12
@testset "ControlSystems" begin
23
@info "Testing ControlSystems"
34

0 commit comments

Comments
 (0)