diff --git a/test/imports.jl b/test/imports.jl new file mode 100644 index 0000000..271e23d --- /dev/null +++ b/test/imports.jl @@ -0,0 +1,10 @@ +# hopefully all the packages can import... +using AtomsBase +using AtomsCalculators +using AtomsCalculatorsUtilities +using AtomsBuilder +using AtomsIO +using EmpiricalPotentials +using GeometryOptimization +using DFTK +using Molly diff --git a/test/runtests.jl b/test/runtests.jl index 11c01b7..c52500e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,5 +2,5 @@ using Atomistic using Test @testset "Atomistic.jl" begin - # Write your tests here. + include("imports.jl") end