From 1980114735f398f903bf3d4e0ca3b86831c8c956 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Sun, 22 Oct 2023 13:15:07 +0200 Subject: [PATCH] add LinearResponse Module tests to runtest file --- test/runtests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 3b476427..022fe7ce 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -14,7 +14,8 @@ files = [ "plotting.jl", "time_evolution.jl", "krylov.jl", - "hysteresis_sweep.jl" + "hysteresis_sweep.jl", + "linear_response.jl" ] for file in files